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:
parent
db54732e38
commit
e49ce5559b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user