]> git.pld-linux.org Git - packages/X11.git/blobdiff - XTerm.ad-pl
This commit was manufactured by cvs2git to create branch 'RA-branch'.
[packages/X11.git] / XTerm.ad-pl
index 5adc8e537ecf8dc369e27f6b0f3b2cff98f9467d..90b7d935cbc926ea4ef4bdc04264d3299c30a441 100644 (file)
@@ -1,14 +1,16 @@
 ! $autor: Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-! $Ver:   0.02
+! $Ver:   0.03
 ! - 09.04.98
 !   Pierwsza w miarê kompletna wersja
 ! - 04.02.99
 !   Poprawione dzia³anie klawiszy Home, End
 ! - 28.10.2001
 !   Poprawione BackSpace (^H zamiast \177)
+! - 16.11.2002 (GoTaR <gotar@priv0.onet.pl>)
+!   Poprawione b³êdy, dodane meta-? i meta-!
 
 NXTerm.JoinSession:                    False
-*SimpleMenu*BackingStore:              NotUseful
+*SimpleMenu*BackingStore:              NotUseful
 *SimpleMenu*menuLabel.font:            -misc-*-*-*-*-*-15-*-*-*-*-*-*-2
 *SimpleMenu*menuLabel.vertSpace:       100
 *SimpleMenu*HorizontalMargins:         16
@@ -23,13 +25,14 @@ NXTerm.JoinSession:                 False
 *dynamicColors:                                True
 
 ! Kolory
-*cursorColor:                          blue
-*background:                           black
-*foreground:                           white
-*SimpleMenu.background:                        #00aaff
-*SimpleMenu.foreground:                        black
+*XTerm*cursorColor:                    blue
+*XTerm*cursorBlink:                    yes
+*XTerm*background:                     black
+*XTerm*foreground:                     white
+*XTerm*SimpleMenu.background:          #00aaff
+*XTerm*SimpleMenu.foreground:          black
 
-! *VT100.geometry:                     80x45
+! *VT100.geometry:                     100x40
 *VT100*colorULMode:                    on
 *VT100*underLine:                      on
 *VT100*colorBDMode:                    on
@@ -140,7 +143,7 @@ NXTerm.JoinSession:                 False
 ! 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\
@@ -174,12 +177,6 @@ NXTerm.JoinSession:                        False
        <Key>KP_Enter: string(\015)\n\
        <Key>KP_Equal: string(=)\n\
        <Key>KP_Multiply: string(*)\n\
-       @Num_Lock<Key>KP_Subtract: string(-)\n\
-       <Key>KP_Add: string(+)\n\
-       <Key>KP_Divide: string(/)\n\
-       <Key>KP_Enter: string(\015)\n\
-       <Key>KP_Equal: string(=)\n\
-       <Key>KP_Multiply: string(*)\n\
        <Key>KP_Subtract: string(-)\n\
        Shift<Key>Prior:scroll-back(1,page)\n\
        Shift<Key>Next:scroll-forw(1,page)\n\
@@ -246,9 +243,9 @@ NXTerm.JoinSession:                 False
        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\
@@ -287,4 +284,7 @@ NXTerm.JoinSession:                 False
        a<Key>w: string(0x1b) string("w")\n\
        a<Key>x: string(0x1b) string("x")\n\
        a<Key>y: string(0x1b) string("y")\n\
-       a<Key>z: string(0x1b) string("z")
+       a<Key>z: string(0x1b) string("z")\n\
+       a s<Key>/: string(0x1b) string("?")\n\
+       a s<Key>1: string(0x1b) string("!")
+               
\ No newline at end of file
This page took 0.07372 seconds and 4 git commands to generate.