comparison src/redisplay-tty.c @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents abe6d1db359e
children fdefd0186b75
comparison
equal deleted inserted replaced
443:a8296e22da4e 444:576fb035e263
922 922
923 /* #### Everything below here is old shit. It should either be moved 923 /* #### Everything below here is old shit. It should either be moved
924 up or removed. */ 924 up or removed. */
925 925
926 926
927 #ifdef NOT_YET
927 /* FLAGS - these don't need to be console local since only one console 928 /* FLAGS - these don't need to be console local since only one console
928 can be being updated at a time. */ 929 can be being updated at a time. */
929 static int insert_mode_on; /* nonzero if in insert mode */ 930 static int insert_mode_on; /* nonzero if in insert mode */
930 static int standout_mode_on; /* nonzero if in standout mode */ 931 static int standout_mode_on; /* nonzero if in standout mode */
931 static int underline_mode_on; /* nonzero if in underline mode */ 932 static int underline_mode_on; /* nonzero if in underline mode */
932 static int alternate_mode_on; /* nonzero if in alternate char set */ 933 static int alternate_mode_on; /* nonzero if in alternate char set */
933 static int attributes_on; /* nonzero if any attributes on */ 934 static int attributes_on; /* nonzero if any attributes on */
934 935
935 #ifdef NOT_YET
936 static void 936 static void
937 turn_on_insert (struct frame *f) 937 turn_on_insert (struct frame *f)
938 { 938 {
939 struct console *c = XCONSOLE (FRAME_CONSOLE (f)); 939 struct console *c = XCONSOLE (FRAME_CONSOLE (f));
940 940
1216 /* 1216 /*
1217 * Setup the costs tables for this tty console. 1217 * Setup the costs tables for this tty console.
1218 */ 1218 */
1219 cm_cost_init (c); 1219 cm_cost_init (c);
1220 1220
1221 #ifdef NOT_YET
1221 /* 1222 /*
1222 * Initialize local flags. 1223 * Initialize local flags.
1223 */ 1224 */
1224 insert_mode_on = 0; 1225 insert_mode_on = 0;
1225 standout_mode_on = 0; 1226 standout_mode_on = 0;
1226 underline_mode_on = 0; 1227 underline_mode_on = 0;
1227 alternate_mode_on = 0; 1228 alternate_mode_on = 0;
1228 attributes_on = 0; 1229 attributes_on = 0;
1230 #endif
1229 1231
1230 /* 1232 /*
1231 * Attempt to initialize the function_key_map to 1233 * Attempt to initialize the function_key_map to
1232 * some kind of sensible value 1234 * some kind of sensible value
1233 */ 1235 */