Tartarus CVS: putty simon

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Thu, 17 May 2001 09:53:13 +0100


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	01/05/17 09:53:13

Modified files:
	.              : terminal.c 

Log message:
Fix the line-resizing bug in scroll(). (Thanks to RDB for pointing
it out. A line was removed from the scrollback, cleared, and placed
at the bottom of the screen. Fine, except that the clearing process
assumed the line was the right length already, and thanks to lazy
resizing this wasn't necessarily the case. Segfaults and memory
corruption ensued.)