X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;fp=config.c;h=de3a6132aa26fa7dd4a9b320da5f0a33f2261e2c;hb=fb7dd5a255629d00522564dc012e59e98383c609;hp=68aaee7470cebb9b9515912e717bc609708f3bd4;hpb=fdcdecace939ea7784ce539c0596d6432507e1c1;p=PuTTY.git 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.