]> git.pld-linux.org Git - packages/X11.git/commitdiff
- 3 fixes (the same as in XTerm.ad-pl
authorTomasz Pala <gotar@pld-linux.org>
Sat, 16 Nov 2002 19:43:20 +0000 (19:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-XTerm.ad.patch -> 1.2

XFree86-XTerm.ad.patch

index 48935a6d6548ece9e6367dd926cc3953c6585674..1e1b6a95bedadbe52582f5e182a7b3c73e023a6b 100644 (file)
 +! or wherever it will be loaded into xrm from.
 +! To know, why this works, see Xt documentation (appendix B).
 +! On some systems you may want to replace the a (alt) modifiers with
-+! m (meta) modifier in fron of some <Key> events.
++! m (meta) modifier in front of some <Key> events.
 +*vt100.translations: #override \
 +      Alt Ctrl<Btn4Down>: string(0x1b) string("OA")\n\
 +      Alt Ctrl<Btn5Down>: string(0x1b) string("OB")\n\
 +      Shift<Key>F9: string(0x1b) string("[33~")\n\
 +      Shift<Key>F10: string(0x1b) string("[34~")\n\
 +      Shift<Key>Home: scroll-back(100,page)\n\
-+      Shift<Key>End: scroll-forw(100,page)\n
++      Shift<Key>End: scroll-forw(100,page)\n\
 +      Shift<Key>KP_Home: scroll-back(100,page)\n\
-+      Shift<Key>KP_End: scroll-forw(100,page)\n
++      Shift<Key>KP_End: scroll-forw(100,page)\n\
 +      s<Key>F1: string(0x1b) string("[23~")\n\
 +      s<Key>F2: string(0x1b) string("[24~")\n\
 +      s<Key>F3: string(0x1b) string("[25~")\n\
This page took 0.044494 seconds and 4 git commands to generate.