X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/15abfc2e8c2854b3cc0fd6d474982b9ac1709830..7612f22fb2b644a3a62e01ebbe4d67270a54cb90:/config.c diff --git a/config.c b/config.c index 1fedd284..d5b50dd1 100644 --- a/config.c +++ b/config.c @@ -1310,6 +1310,9 @@ void setup_config_box(struct controlbox *b, int midsession, ctrl_checkbox(s, "Implicit CR in every LF", 'r', HELPCTX(terminal_lfhascr), dlg_stdcheckbox_handler, I(offsetof(Config,lfhascr))); + ctrl_checkbox(s, "Implicit LF in every CR", 'f', + HELPCTX(terminal_crhaslf), + dlg_stdcheckbox_handler, I(offsetof(Config,crhaslf))); ctrl_checkbox(s, "Use background colour to erase screen", 'e', HELPCTX(terminal_bce), dlg_stdcheckbox_handler, I(offsetof(Config,bce)));