From e49ce5559b7d2766400c8590ab567977971a8b97 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 15 Oct 2004 09:06:45 +0000 Subject: [PATCH] I broke ordinary line wrapping as a result of retiring cpos. Oops. [originally from svn r4626] --- terminal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/terminal.c b/terminal.c index 87f4a894..7bcbaf90 100644 --- a/terminal.c +++ b/terminal.c @@ -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);