]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - config.c
In the file-transfer applications, which only ever use the main
[PuTTY.git] / config.c
index 1fedd284c4d56a2d77c1f3fae4e327116a250d05..d5b50dd12e05d5d7a06a730ef1fa88a1a8b7857b 100644 (file)
--- 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)));