]> git.pld-linux.org Git - packages/X11.git/commitdiff
- removed duplicated entries,
authorTomasz Pala <gotar@pld-linux.org>
Sun, 17 Nov 2002 08:26:06 +0000 (08:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added meta-? and meta-!.

Changed files:
    XFree86-XTerm.ad.patch -> 1.3
    XTerm.ad-pl -> 1.7

XFree86-XTerm.ad.patch
XTerm.ad-pl

index 1e1b6a95bedadbe52582f5e182a7b3c73e023a6b..a3c8f323be6396bf0d98f8409c2ad43040b9fb49 100644 (file)
 +      <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\
 +      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("!")
index a7c2d90d3c70ea5f1f37ad4ad747b5d16ea21a51..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
-*XTerm*cursorColor:                            blue
-*XTerm*background:                             black
-*XTerm*foreground:                             white
-*XTerm*SimpleMenu.background:                  #00aaff
-*XTerm*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
@@ -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\
@@ -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.062484 seconds and 4 git commands to generate.