mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Fix regression: CSI character instead of ^{[ in terminal special key sequence.
Remove terminal special key conditional compilation.
This commit is contained in:
3
names.c
3
names.c
@@ -232,7 +232,7 @@ const name_bind names[] = {
|
||||
{ NULL, (fnp_t) setmark, META | '.'},
|
||||
// { NULL, bktoshell, META | 'S'},
|
||||
|
||||
#if VT220
|
||||
/* special key mapping */
|
||||
{ NULL, yank, SPEC | '2'}, /* Insert */
|
||||
{ NULL, forwdel /* killregion */, SPEC | '3'}, /* Delete */
|
||||
{ NULL, (fnp_t) backpage, SPEC | '5'}, /* Page Up */
|
||||
@@ -244,7 +244,6 @@ const name_bind names[] = {
|
||||
{ NULL, (fnp_t) gotoeob, SPEC | 'F'}, /* End */
|
||||
{ NULL, (fnp_t) gotobob, SPEC | 'H'}, /* Home */
|
||||
{ NULL, help, SPEC | 'P'}, /* F1 */
|
||||
#endif
|
||||
|
||||
/* hooks */
|
||||
{ NULL, nullproc, SPEC | META | 'R'}, /* hook */
|
||||
|
||||
Reference in New Issue
Block a user