diff options
Diffstat (limited to 'app/xterm/XTerm.ad')
-rw-r--r-- | app/xterm/XTerm.ad | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/xterm/XTerm.ad b/app/xterm/XTerm.ad index 8d829f048..6ff1caecc 100644 --- a/app/xterm/XTerm.ad +++ b/app/xterm/XTerm.ad @@ -206,6 +206,9 @@ ! @Num_Lock Ctrl <Btn5Down>: scroll-forw(1,halfpage) \n\ <Btn5Down>: scroll-forw(5,line) +! Traditional function keys behaviour +*VT100*modifyFunctionKeys: 0 + ! Restore the traditional backarrow/delete key behaviour ! The delete key should generate DEL *deleteIsDEL: true |