X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;h=2c0c3b95b774535c68f82f8192d1343243753ab8;hb=22c46786beab34945e751f99befed64136d3e2be;hp=99882a1712bae53717965d4a9de866e875545c4b;hpb=0e25120ed023d8ba264d6a86b49e7b0c3e2596d4;p=PuTTY.git diff --git a/config.c b/config.c index 99882a17..2c0c3b95 100644 --- a/config.c +++ b/config.c @@ -1237,6 +1237,9 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, ctrl_checkbox(s, "Allow terminal to specify ANSI colours", 'i', HELPCTX(colours_ansi), dlg_stdcheckbox_handler, I(offsetof(Config,ansi_colour))); + ctrl_checkbox(s, "Allow terminal to use xterm 256-colour mode", '2', + HELPCTX(colours_xterm256), dlg_stdcheckbox_handler, + I(offsetof(Config,xterm_256_colour))); ctrl_checkbox(s, "Bolded text is a different colour", 'b', HELPCTX(colours_bold), dlg_stdcheckbox_handler, I(offsetof(Config,bold_colour)));