]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Fix the line-resizing bug in scroll(). (Thanks to RDB for pointing
authorSimon Tatham <anakin@pobox.com>
Thu, 17 May 2001 08:53:13 +0000 (08:53 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 17 May 2001 08:53:13 +0000 (08:53 +0000)
commit3230db096fc21cdccc628b79a38b8e0608fa6e41
tree62f369d461a62cd7bab577b7ff6e69c94d59b802
parentf0f5f713d5c735d2a2f755a49a3bc839e2025f85
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: http://svn.tartarus.org/sgt/putty@1129 cda61777-01e9-0310-a592-d414129be87e
terminal.c