summaryrefslogtreecommitdiff
path: root/app/xterm
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-08-08 14:35:13 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-08-08 14:35:13 +0000
commitd06482bb6f5ff5a126f403c07bc582fa64483c60 (patch)
tree5a88c14e1a6bad4495c6a67f6a6656c420d063e3 /app/xterm
parent7cf1efd4e12081550137ae009f387381f27c0022 (diff)
Nick@ reported that Shift-F1 to Shift-F4 behaviour changed in
xterm-225. This is now controlled by a resource. So force it to the legacy mode.
Diffstat (limited to 'app/xterm')
-rw-r--r--app/xterm/XTerm.ad3
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