1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 20:42:48 -05:00

Add SSH don't-allocate-pty option, and corresponding LF-implies-CR

terminal setting

[originally from svn r16]
This commit is contained in:
Simon Tatham
1999-01-15 11:30:40 +00:00
parent 1e312c2658
commit e68a529cc9
7 changed files with 76 additions and 44 deletions

View File

@ -628,6 +628,8 @@ void term_out(void) {
scroll (marg_t, marg_b, 1, TRUE);
else if (curs_y < rows-1)
curs_y++;
if (cfg.lfhascr)
curs_x = 0;
fix_cpos;
wrapnext = FALSE;
disptop = scrtop;