mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
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]
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
\versionid $Id: config.but,v 1.51 2003/01/23 11:37:54 jacob Exp $
|
||||
\versionid $Id: config.but,v 1.52 2003/01/27 23:03:30 simon Exp $
|
||||
|
||||
\C{config} Configuring PuTTY
|
||||
|
||||
@ -1282,9 +1282,10 @@ colour to go in place of the old one.
|
||||
PuTTY allows you to set the cursor colour, the default foreground
|
||||
and background, and the precise shades of all the ANSI configurable
|
||||
colours (black, red, green, yellow, blue, magenta, cyan, and white).
|
||||
In addition, if you have selected \q{Bolded text is a different
|
||||
colour}, you can also modify the precise shades used for the bold
|
||||
versions of these colours.
|
||||
You can also modify the precise shades used for the bold versions of
|
||||
these colours; these are used to display bold text if you have
|
||||
selected \q{Bolded text is a different colour}, and can also be used
|
||||
if the server asks specifically to use them.
|
||||
|
||||
\H{config-connection} The Connection panel
|
||||
|
||||
|
Reference in New Issue
Block a user