CVS Update: xc (branch: trunk)
Thomas Dickey <[email protected]>
| Newsgroups | gmane.comp.xfree86.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /home/x-cvs Module name: xc Changes by: [email protected]. 06/02/12 17:15:02 Log message: 207. Xterm patch #209 (Thomas Dickey). Modified files: xc/doc/specs/xterm/: ctlseqs.ms xc/programs/Xserver/hw/xfree86/: CHANGELOG xc/programs/xterm/: INSTALL Imakefile MANIFEST TekPrsTbl.c Tekparse.def Tekparse.h Tekproc.c UXTerm.ad VTPrsTbl.c VTparse.def VTparse.h XTerm.ad aclocal.m4 button.c charclass.c charclass.h charproc.c configure configure.in cursor.c data.c data.h doublechr.c error.h fontutils.c fontutils.h input.c main.c main.h menu.c menu.h misc.c os2main.c print.c ptydata.c ptyx.h resize.c resize.man screen.c scrollbar.c tabs.c termcap terminfo testxmc.c util.c version.h xstrings.c xstrings.h xterm.h xterm.log.html xterm.man xterm_io.h xtermcfg.hin Revision Changes Path 3.59 +4 -2 xc/doc/specs/xterm/ctlseqs.ms 3.3658 +2 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG 3.42 +40 -5 xc/programs/xterm/INSTALL 3.63 +2 -1 xc/programs/xterm/Imakefile 1.45 +1 -1 xc/programs/xterm/MANIFEST 3.5 +2 -0 xc/programs/xterm/TekPrsTbl.c 1.3 +1 -2 xc/programs/xterm/Tekparse.def 1.6 +2 -0 xc/programs/xterm/Tekparse.h 3.57 +18 -6 xc/programs/xterm/Tekproc.c 1.5 +10 -1 xc/programs/xterm/UXTerm.ad 3.31 +2 -2 xc/programs/xterm/VTPrsTbl.c 3.18 +1 -1 xc/programs/xterm/VTparse.def 3.24 +2 -2 xc/programs/xterm/VTparse.h 3.35 +6 -2 xc/programs/xterm/XTerm.ad 3.62 +97 -13 xc/programs/xterm/aclocal.m4 3.85 +1137 -812 xc/programs/xterm/button.c 1.7 +3 -3 xc/programs/xterm/charclass.c 1.3 +3 -3 xc/programs/xterm/charclass.h 3.180 +218 -87 xc/programs/xterm/charproc.c 3.90 +1387 -975 xc/programs/xterm/configure 3.74 +30 -3 xc/programs/xterm/configure.in 3.20 +4 -2 xc/programs/xterm/cursor.c 3.34 +2 -2 xc/programs/xterm/data.c 3.39 +2 -2 xc/programs/xterm/data.h 3.18 +6 -9 xc/programs/xterm/doublechr.c 1.10 +3 -0 xc/programs/xterm/error.h 1.57 +217 -165 xc/programs/xterm/fontutils.c 1.17 +27 -22 xc/programs/xterm/fontutils.h 3.75 +2 -2 xc/programs/xterm/input.c 3.203 +12 -6 xc/programs/xterm/main.c 3.15 +1 -1 xc/programs/xterm/main.h 3.66 +130 -44 xc/programs/xterm/menu.c 3.40 +7 -5 xc/programs/xterm/menu.h 3.104 +14 -9 xc/programs/xterm/misc.c 3.84 +4 -2 xc/programs/xterm/os2main.c 1.23 +20 -13 xc/programs/xterm/print.c 1.25 +15 -12 xc/programs/xterm/ptydata.c 3.130 +99 -24 xc/programs/xterm/ptyx.h 3.62 +2 -2 xc/programs/xterm/resize.c 1.12 +2 -0 xc/programs/xterm/resize.man 3.76 +21 -19 xc/programs/xterm/screen.c 3.48 +1 -1 xc/programs/xterm/scrollbar.c 3.14 +6 -2 xc/programs/xterm/tabs.c 3.38 +2 -3 xc/programs/xterm/termcap 3.59 +1 -3 xc/programs/xterm/terminfo 3.14 +4 -4 xc/programs/xterm/testxmc.c 3.96 +96 -79 xc/programs/xterm/util.c 3.120 +3 -3 xc/programs/xterm/version.h 1.10 +31 -14 xc/programs/xterm/xstrings.c 1.5 +7 -2 xc/programs/xterm/xstrings.h 3.112 +27 -18 xc/programs/xterm/xterm.h 1.145 +97 -4 xc/programs/xterm/xterm.log.html 3.121 +110 -26 xc/programs/xterm/xterm.man 1.20 +4 -2 xc/programs/xterm/xterm_io.h 3.59 +8 -4 xc/programs/xterm/xtermcfg.hin