comparison src/redisplay-tty.c @ 8:4b173ad71786 r19-15b5

Import from CVS: tag r19-15b5
author cvs
date Mon, 13 Aug 2007 08:47:35 +0200
parents ac2d302a0011
children 0293115a14e9
comparison
equal deleted inserted replaced
7:c153ca296910 8:4b173ad71786
1321 {"kL", "deleteline"}, /* terminfo */ 1321 {"kL", "deleteline"}, /* terminfo */
1322 {"kI", "insertchar"}, /* terminfo */ 1322 {"kI", "insertchar"}, /* terminfo */
1323 {"kD", "delete"}, /* terminfo */ 1323 {"kD", "delete"}, /* terminfo */
1324 {"kB", "backtab"}, /* terminfo */ 1324 {"kB", "backtab"}, /* terminfo */
1325 /* 1325 /*
1326 * "kp_backtab", "kp_space", "kp_tab" --- no termcaps 1326 * "kp-backtab", "kp-space", "kp-tab" --- no termcaps
1327 */ 1327 */
1328 {"@8", "kp_enter"}, /* terminfo */ 1328 {"@8", "kp-enter"}, /* terminfo */
1329 /* 1329 /*
1330 * "kp_f1", "kp_f2", "kp_f3" "kp_f4", 1330 * "kp-f1", "kp-f2", "kp-f3" "kp-f4",
1331 * "kp_multiply", "kp_add", "kp_separator", 1331 * "kp-multiply", "kp-add", "kp-separator",
1332 * "kp_subtract", "kp_decimal", "kp_divide", "kp_0"; 1332 * "kp-subtract", "kp-decimal", "kp-divide", "kp-0";
1333 * --- no termcaps for any of these. 1333 * --- no termcaps for any of these.
1334 */ 1334 */
1335 {"K4", "kp_1"}, /* terminfo */ 1335 {"K4", "kp-1"}, /* terminfo */
1336 /* 1336 /*
1337 * "kp_2" --- no termcap 1337 * "kp-2" --- no termcap
1338 */ 1338 */
1339 {"K5", "kp_3"}, /* terminfo */ 1339 {"K5", "kp-3"}, /* terminfo */
1340 /* 1340 /*
1341 * "kp_4" --- no termcap 1341 * "kp-4" --- no termcap
1342 */ 1342 */
1343 {"K2", "kp_5"}, /* terminfo */ 1343 {"K2", "kp-5"}, /* terminfo */
1344 /* 1344 /*
1345 * "kp_6" --- no termcap 1345 * "kp-6" --- no termcap
1346 */ 1346 */
1347 {"K1", "kp_7"}, /* terminfo */ 1347 {"K1", "kp-7"}, /* terminfo */
1348 /* 1348 /*
1349 * "kp_8" --- no termcap 1349 * "kp-8" --- no termcap
1350 */ 1350 */
1351 {"K3", "kp_9"}, /* terminfo */ 1351 {"K3", "kp-9"}, /* terminfo */
1352 /* 1352 /*
1353 * "kp_equal" --- no termcap 1353 * "kp-equal" --- no termcap
1354 */ 1354 */
1355 {"k1", "f1"}, 1355 {"k1", "f1"},
1356 {"k2", "f2"}, 1356 {"k2", "f2"},
1357 {"k3", "f3"}, 1357 {"k3", "f3"},
1358 {"k4", "f4"}, 1358 {"k4", "f4"},