зеркало из https://github.com/github/putty.git
Suggest another ttymode we could usefully set automatically.
[originally from svn r7709]
This commit is contained in:
Родитель
4b178be3e9
Коммит
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);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче