I broke ordinary line wrapping as a result of retiring cpos. Oops.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 15 Oct 2004 09:06:45 +0000 (09:06 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 15 Oct 2004 09:06:45 +0000 (09:06 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@4626 cda61777-01e9-0310-a592-d414129be87e

terminal.c

index 87f4a89..7bcbaf9 100644 (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);