]> git.pld-linux.org Git - packages/XFree86.git/commitdiff
- added alt-[0-9]
authorTomasz Pala <gotar@pld-linux.org>
Fri, 19 Sep 2003 09:47:13 +0000 (09:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-XTerm.ad.patch -> 1.8
    XTerm.ad-pl -> 1.10

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

index 01685429f1d5fc05d74031ceb44343952c6922f9..74e22a9669c664dc26f748a83c830705e3bf3787 100644 (file)
@@ -12,7 +12,7 @@ diff -urN xc.orig/programs/xterm/XTerm.ad xc/programs/xterm/XTerm.ad
  
  ! Uncomment this to use color for the bold attribute
  !*VT100*colorBDMode: on
-@@ -142,3 +142,166 @@
+@@ -142,3 +142,176 @@
  *VT100*color15: white
  *VT100*colorUL: yellow
  *VT100*colorBD: white
@@ -150,6 +150,16 @@ diff -urN xc.orig/programs/xterm/XTerm.ad xc/programs/xterm/XTerm.ad
 +      a<Key>Return: string(0x1b) string(0x0d)\n\
 +      a<Key>Tab: string(0x1b) string(0x09)\n\
 +      a<Key>space: string(0x1b) string(" ")\n\
++      a<Key>1: string(0x1b) string("1")\n\
++      a<Key>2: string(0x1b) string("2")\n\
++      a<Key>3: string(0x1b) string("3")\n\
++      a<Key>4: string(0x1b) string("4")\n\
++      a<Key>5: string(0x1b) string("5")\n\
++      a<Key>6: string(0x1b) string("6")\n\
++      a<Key>7: string(0x1b) string("7")\n\
++      a<Key>8: string(0x1b) string("8")\n\
++      a<Key>9: string(0x1b) string("9")\n\
++      a<Key>0: string(0x1b) string("0")\n\
 +      a<Key>a: string(0x1b) string("a")\n\
 +      a<Key>b: string(0x1b) string("b")\n\
 +      a<Key>c: string(0x1b) string("c")\n\
index 6e719132025af5a26029d762b4eff549345a961c..d50b8c18767c918f58b8604e3438966bf44e89f7 100644 (file)
@@ -254,6 +254,16 @@ NXTerm.JoinSession:                        False
        a<Key>Return: string(0x1b) string(0x0d)\n\
        a<Key>Tab: string(0x1b) string(0x09)\n\
        a<Key>space: string(0x1b) string(" ")\n\
+       a<Key>1: string(0x1b) string("1")\n\
+       a<Key>2: string(0x1b) string("2")\n\
+       a<Key>3: string(0x1b) string("3")\n\
+       a<Key>4: string(0x1b) string("4")\n\
+       a<Key>5: string(0x1b) string("5")\n\
+       a<Key>6: string(0x1b) string("6")\n\
+       a<Key>7: string(0x1b) string("7")\n\
+       a<Key>8: string(0x1b) string("8")\n\
+       a<Key>9: string(0x1b) string("9")\n\
+       a<Key>0: string(0x1b) string("0")\n\
        a<Key>a: string(0x1b) string("a")\n\
        a<Key>b: string(0x1b) string("b")\n\
        a<Key>c: string(0x1b) string("c")\n\
This page took 0.080677 seconds and 4 git commands to generate.