From 1c10e8497695c5789abf206a038024809183ec46 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 15 Oct 2004 09:06:45 +0000 Subject: [PATCH] I broke ordinary line wrapping as a result of retiring cpos. Oops. git-svn-id: svn://svn.tartarus.org/sgt/putty@4626 cda61777-01e9-0310-a592-d414129be87e --- 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); -- 2.11.0