]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
xterm apparently supports ESC[90m through ESC[97m to set bright
authorSimon Tatham <anakin@pobox.com>
Mon, 27 Jan 2003 23:03:31 +0000 (23:03 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 27 Jan 2003 23:03:31 +0000 (23:03 +0000)
commitc370336a92d0404e16062625c2afe742494faeb9
tree18890a7fcbf58d536d664ca9674f0a92ba42894e
parent6aa4211f6ebe8e2051a8f58be9a0f8594ac60e39
xterm apparently supports ESC[90m through ESC[97m to set bright
foreground colours, and ESC[100m through ESC[107m to set bright
background colours. Hence, so do we. Bright-foreground is
distinguishable from bold, and bright-background distinguishable
from blink, when it leaves terminal.c; the front end may then choose
to display them in the same way if it's configured to do so. This
change makes the xterm backend for Turbo Vision (!!!) work properly.
Untested on Mac.

[originally from svn r2734]
doc/config.but
mac/macterm.c
putty.h
terminal.c
unix/pterm.c
windlg.c
window.c