]> git.pld-linux.org Git - packages/X11.git/blobdiff - XFree86-XTerm.ad.patch
- added alt-[0-9]
[packages/X11.git] / XFree86-XTerm.ad.patch
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\
This page took 0.025916 seconds and 4 git commands to generate.