mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Suggest another ttymode we could usefully set automatically.
[originally from svn r7709]
This commit is contained in:
parent
4b178be3e9
commit
54321544d4
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user