xterm apparently supports ESC[90m through ESC[97m to set bright
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 27 Jan 2003 23:03:31 +0000 (23:03 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 27 Jan 2003 23:03:31 +0000 (23:03 +0000)
commit37ca32ed18b3e104c1056713f5112b90c6547e89
tree18890a7fcbf58d536d664ca9674f0a92ba42894e
parent5ecd7ad009cc5148c67b9d665f79a64083fae254
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2734 cda61777-01e9-0310-a592-d414129be87e
doc/config.but
mac/macterm.c
putty.h
terminal.c
unix/pterm.c
windlg.c
window.c