]> git.pld-linux.org Git - packages/X11.git/commitdiff
- release 8: fixed BackSpace definition in XTerm-ad.pl (should be ^H, not \177) XFree86-4_1_0-12 XFree86-4_1_0-13 XFree86-4_1_0-14 XFree86-4_1_0-8
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Oct 2001 18:28:01 +0000 (18:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XTerm.ad-pl -> 1.3

XTerm.ad-pl

index c0a9089e0b25947cf181f59a5bde4e3e4f5bfeb9..5adc8e537ecf8dc369e27f6b0f3b2cff98f9467d 100644 (file)
@@ -4,6 +4,8 @@
 !   Pierwsza w miarê kompletna wersja
 ! - 04.02.99
 !   Poprawione dzia³anie klawiszy Home, End
+! - 28.10.2001
+!   Poprawione BackSpace (^H zamiast \177)
 
 NXTerm.JoinSession:                    False
 *SimpleMenu*BackingStore:              NotUseful
@@ -199,8 +201,8 @@ NXTerm.JoinSession:                 False
        Meta<Key>Page_Up: string(0x1b) string(0x1b) string("[5~")\n\
        ~Meta<Key>Page_Down: string(0x1b) string("[6~")\n\
        Meta<Key>Page_Down: string(0x1b) string(0x1b) string("[6~")\n\
-       ~Meta<Key>BackSpace: string(\177)\n\
-       Meta<Key>BackSpace: string(0x1b) string(\177)\n\
+       ~Meta<Key>BackSpace: string(0x08)\n\
+       Meta<Key>BackSpace: string(0x1b) string(0x08)\n\
        ~Meta<Key>Up: string(0x1b) string("OA")\n\
        Meta<Key>Up: string(0x1b) string(0x1b) string("OA")\n\
        ~Meta<Key>Down: string(0x1b) string("OB")\n\
This page took 0.044312 seconds and 4 git commands to generate.