1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

I broke ordinary line wrapping as a result of retiring cpos. Oops.

[originally from svn r4626]
This commit is contained in:
Simon Tatham 2004-10-15 09:06:45 +00:00
parent db54732e38
commit e49ce5559b

View File

@ -2640,6 +2640,7 @@ void term_out(Terminal *term)
term->curs.y++;
term->curs.x = 0;
term->wrapnext = FALSE;
cline = scrlineptr(term->curs.y);
}
if (term->insert && width > 0)
insch(term, width);