Fix the line-resizing bug in scroll(). (Thanks to RDB for pointing
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 17 May 2001 08:53:13 +0000 (08:53 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 17 May 2001 08:53:13 +0000 (08:53 +0000)
commit2371caac40766e7ab3d51669c885929135368a93
tree62f369d461a62cd7bab577b7ff6e69c94d59b802
parent91229c8696c45ee7fe0b73946117f2c1eaaca8c7
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.)

git-svn-id: svn://svn.tartarus.org/sgt/putty@1129 cda61777-01e9-0310-a592-d414129be87e
terminal.c