mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-13 00:57:33 -05:00
Make terminal true-colour mode configurable.
I know some users don't like any colour _at all_, and we have a separate option to turn off xterm-style 256-colour sequences, so it seems remiss not to have an option to disable true colour as well.
This commit is contained in:
@ -325,6 +325,7 @@ struct terminal_tag {
|
||||
int scroll_on_disp;
|
||||
int scroll_on_key;
|
||||
int xterm_256_colour;
|
||||
int true_colour;
|
||||
};
|
||||
|
||||
#define in_utf(term) ((term)->utf || (term)->ucsdata->line_codepage==CP_UTF8)
|
||||
|
Reference in New Issue
Block a user