X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;h=d5b50dd12e05d5d7a06a730ef1fa88a1a8b7857b;hb=8659f5145ff8e72091943739a681b5031283551b;hp=1fedd284c4d56a2d77c1f3fae4e327116a250d05;hpb=3dc0f8507d6752702e118822d5b34a5d922b2362;p=PuTTY.git 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)));