CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 02/12/27 13:05:29
Log message:
xterm patch #172
+ fixes to make repainting of 256-color example work properly
(reports by Abigail Brady and Scott A Crosby).
+ set flag in "AllocateAnsiColor()" to ensure the color
is allocated once only.
+ fix check in "ScrnRefresh", which was comparing
background colors only if the ANSI foreground colors also were set.
+ merge "Error()" calls and some "exit()" calls into "SysError()", and
change that to add the brief explanation for each error code which is
provided in the manpage. Change a few "SysError()", calls to avoid
using code 1, to avoid confusion with exit status from places that do
not use "SysError()".
+ simplify logic used to open a debug logfile as the standard error.
+ modify the "-e" option so that if it fails, xterm will check if only
one argument follows, e.g., it was quoted, and then retry using
"sh -e".
+ modify parsing of DECUDK string parameter to allow a comma between
pairs of hexadecimal digits (Ray Neuman <[EMAIL PROTECTED]> reports
that "real" terminals accept this; perhaps they simply ignore
unexpected characters).
+ fix a few problems with the "$TERMCAP" string generated
by "resize":
+ for Bourne shell, add an "export" command.
This was missing as far back as X11R5.
+ escape exclamation marks, used in xterm's reset string.
+ translate literal "\177\" to "^?".
+ improve configure check for "tgetent()" to work when
"$TERMCAP" has been set to a specific entry.
+ modify "minstall.sh" to use "%" rather than "@",
to avoid problems with AFS (report by Zdenek Sekera).
+ list fatal error codes from "error.h" in the manpage,
remove unused codes in "error.h".
+ use more explicit wording for manpage list of color resources, since
at least one user confused the generic names such as "black" with the
names in rgb.txt (the latter are now used).
+ minor fix to description of 1003 mouse mode in ctlseqs.ms
(Larry Riedel).
Modified files:
xc/programs/xterm/:
MANIFEST aclocal.m4 charproc.c configure configure.in
error.h input.c main.c minstall.sh misc.c os2main.c
resize.c screen.c scrollbar.c util.c version.h xterm.h
xterm.log.html xterm.man
Revision Changes Path
1.17 +2 -5 xc/programs/xterm/MANIFEST
3.44 +11 -3 xc/programs/xterm/aclocal.m4
3.137 +3 -1 xc/programs/xterm/charproc.c
3.68 +263 -254 xc/programs/xterm/configure
3.56 +4 -3 xc/programs/xterm/configure.in
1.8 +17 -40 xc/programs/xterm/error.h
3.62 +2 -2 xc/programs/xterm/input.c
3.162 +33 -48 xc/programs/xterm/main.c
1.4 +6 -6 xc/programs/xterm/minstall.sh
3.74 +94 -25 xc/programs/xterm/misc.c
3.57 +3 -3 xc/programs/xterm/os2main.c
3.55 +37 -7 xc/programs/xterm/resize.c
3.60 +37 -43 xc/programs/xterm/screen.c
3.36 +3 -3 xc/programs/xterm/scrollbar.c
3.73 +2 -2 xc/programs/xterm/util.c
3.84 +3 -3 xc/programs/xterm/version.h
3.86 +2 -3 xc/programs/xterm/xterm.h
1.89 +57 -1 xc/programs/xterm/xterm.log.html
3.89 +243 -15 xc/programs/xterm/xterm.man
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit