X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/9bb8630af3373e7bbf594bfeda731585684e1b69..f0fccd51c27b5cbe8990e625a7bdcf9972142d1f:/config.c 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.