comparison src/redisplay-tty.c @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents 131b0175ea99
children 6a378aca36af
comparison
equal deleted inserted replaced
73:e2d7a37b7c8d 74:54cc21c15cbb
1327 {"kL", "deleteline"}, /* terminfo */ 1327 {"kL", "deleteline"}, /* terminfo */
1328 {"kI", "insertchar"}, /* terminfo */ 1328 {"kI", "insertchar"}, /* terminfo */
1329 {"kD", "delete"}, /* terminfo */ 1329 {"kD", "delete"}, /* terminfo */
1330 {"kB", "backtab"}, /* terminfo */ 1330 {"kB", "backtab"}, /* terminfo */
1331 /* 1331 /*
1332 * "kp_backtab", "kp_space", "kp_tab" --- no termcaps 1332 * "kp-backtab", "kp-space", "kp-tab" --- no termcaps
1333 */ 1333 */
1334 {"@8", "kp_enter"}, /* terminfo */ 1334 {"@8", "kp-enter"}, /* terminfo */
1335 /* 1335 /*
1336 * "kp_f1", "kp_f2", "kp_f3" "kp_f4", 1336 * "kp-f1", "kp-f2", "kp-f3" "kp-f4",
1337 * "kp_multiply", "kp_add", "kp_separator", 1337 * "kp-multiply", "kp-add", "kp-separator",
1338 * "kp_subtract", "kp_decimal", "kp_divide", "kp_0"; 1338 * "kp-subtract", "kp-decimal", "kp-divide", "kp-0";
1339 * --- no termcaps for any of these. 1339 * --- no termcaps for any of these.
1340 */ 1340 */
1341 {"K4", "kp_1"}, /* terminfo */ 1341 {"K4", "kp-1"}, /* terminfo */
1342 /* 1342 /*
1343 * "kp_2" --- no termcap 1343 * "kp-2" --- no termcap
1344 */ 1344 */
1345 {"K5", "kp_3"}, /* terminfo */ 1345 {"K5", "kp-3"}, /* terminfo */
1346 /* 1346 /*
1347 * "kp_4" --- no termcap 1347 * "kp-4" --- no termcap
1348 */ 1348 */
1349 {"K2", "kp_5"}, /* terminfo */ 1349 {"K2", "kp-5"}, /* terminfo */
1350 /* 1350 /*
1351 * "kp_6" --- no termcap 1351 * "kp-6" --- no termcap
1352 */ 1352 */
1353 {"K1", "kp_7"}, /* terminfo */ 1353 {"K1", "kp-7"}, /* terminfo */
1354 /* 1354 /*
1355 * "kp_8" --- no termcap 1355 * "kp-8" --- no termcap
1356 */ 1356 */
1357 {"K3", "kp_9"}, /* terminfo */ 1357 {"K3", "kp-9"}, /* terminfo */
1358 /* 1358 /*
1359 * "kp_equal" --- no termcap 1359 * "kp-equal" --- no termcap
1360 */ 1360 */
1361 {"k1", "f1"}, 1361 {"k1", "f1"},
1362 {"k2", "f2"}, 1362 {"k2", "f2"},
1363 {"k3", "f3"}, 1363 {"k3", "f3"},
1364 {"k4", "f4"}, 1364 {"k4", "f4"},