blob: f6e81777c47a0b325a6bee8e29989d4ff0fc6885 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- xc/programs/xterm/XTerm.ad.home_end 2003-02-16 23:28:57.000000000 +0200
+++ xc/programs/xterm/XTerm.ad 2003-02-16 23:29:07.000000000 +0200
@@ -150,8 +150,6 @@
!events generated by the wheel
*VT100.translations: #override \
<Key>Delete: string(0x1b) string("[3~") \n\
- <Key>Home: string(0x1b) string("[1~") \n\
- <Key>End: string(0x1b) string("[4~") \n\
~@Num_Lock <Key>KP_Home: string(0x1b) string("[1~") \n\
~@Num_Lock <Key>KP_End: string(0x1b) string("[4~") \n\
Shift <Key>F1: string(0x1b) string("[23~") \n\
|