Suggest another ttymode we could usefully set automatically.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 3 Sep 2007 20:33:40 +0000 (20:33 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 3 Sep 2007 20:33:40 +0000 (20:33 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@7709 cda61777-01e9-0310-a592-d414129be87e

terminal.c

index def573c..65efb8e 100644 (file)
@@ -6405,6 +6405,7 @@ char *term_get_ttymode(Terminal *term, const char *mode)
        val = term->cfg.bksp_is_delete ? "^?" : "^H";
     }
     /* FIXME: perhaps we should set ONLCR based on cfg.lfhascr as well? */
+    /* FIXME: or ECHO and friends based on local echo state? */
     return dupstr(val);
 }