X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7d2522aa8860f01d50c42c5e6479d9a47c90d6bc..c6f1b8ed877667ff8b75e5dda5a89cd54ffccfbb:/config.c diff --git a/config.c b/config.c index 7898c7a8..a7325a1d 100644 --- a/config.c +++ b/config.c @@ -1233,6 +1233,9 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, s = ctrl_getset(b, "Window/Colours", "general", "General options for colour usage"); + ctrl_checkbox(s, "Allow terminal to specify ANSI colours", 'i', + HELPCTX(colours_ansi), + dlg_stdcheckbox_handler, I(offsetof(Config,ansi_colour))); ctrl_checkbox(s, "Bolded text is a different colour", 'b', HELPCTX(colours_bold), dlg_stdcheckbox_handler, I(offsetof(Config,bold_colour)));