Suggest another ttymode we could usefully set automatically.

[originally from svn r7709]
This commit is contained in:
Ben Harris 2007-09-03 20:33:40 +00:00
Родитель 4b178be3e9
Коммит 54321544d4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);
}