diff options
Diffstat (limited to 'sysutils/screen/files/patch-term.c')
-rw-r--r-- | sysutils/screen/files/patch-term.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/screen/files/patch-term.c b/sysutils/screen/files/patch-term.c new file mode 100644 index 000000000000..fc56e45fd1cc --- /dev/null +++ b/sysutils/screen/files/patch-term.c @@ -0,0 +1,10 @@ +--- term.c.orig 2019-10-01 15:08:00.000000000 -0700 ++++ term.c 2019-10-28 19:37:41.585983000 -0700 +@@ -197,6 +197,7 @@ + { "F1", T_STR }, KMAPDEF("\033[23~") + { "F2", T_STR }, KMAPDEF("\033[24~") + /* extra keys for vt220 (David.Leonard@it.uq.edu.au) */ ++/* define T_FEXTRA */ + { "F3", T_STR }, + { "F4", T_STR }, + { "F5", T_STR }, |