X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/1755669275bbd8a9d3cefb9433e638d9f8b7eda9..74790953a734d6e745c1e412cb9824743348ec3c:/config.c diff --git a/config.c b/config.c index 5922e041..73ed703f 100644 --- a/config.c +++ b/config.c @@ -1282,6 +1282,11 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, 'r', 100, HELPCTX(translation_codepage), codepage_handler, P(NULL), P(NULL)); + s = ctrl_getset(b, "Window/Translation", "tweaks", NULL); + ctrl_checkbox(s, "Treat CJK ambiguous characters as wide", 'w', + HELPCTX(translation_cjk_ambig_wide), + dlg_stdcheckbox_handler, I(offsetof(Config,cjk_ambig_wide))); + str = dupprintf("Adjust how %s handles line drawing characters", appname); s = ctrl_getset(b, "Window/Translation", "linedraw", str); sfree(str);