X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6eaa8806c6bbe865035bda53ff5403337bb1d9c4..35cffede3bf184026cc35c666063b6dd8e3c892e:/config.c?ds=inline diff --git a/config.c b/config.c index 68aaee74..de3a6132 100644 --- a/config.c +++ b/config.c @@ -1037,6 +1037,12 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, ctrl_checkbox(s, "Disable remote-controlled character set configuration", 'r', HELPCTX(features_charset), dlg_stdcheckbox_handler, I(offsetof(Config,no_remote_charset))); + ctrl_checkbox(s, "Disable Arabic text shaping", + 'l', HELPCTX(no_help), dlg_stdcheckbox_handler, + I(offsetof(Config, arabicshaping))); + ctrl_checkbox(s, "Disable bidirectional text display", + 'j', HELPCTX(no_help), dlg_stdcheckbox_handler, + I(offsetof(Config, bidi))); /* * The Window panel.