]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix silly scrolling-vs-selection bug: if you selected text on line
authorSimon Tatham <anakin@pobox.com>
Sun, 28 Oct 2001 09:38:43 +0000 (09:38 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 28 Oct 2001 09:38:43 +0000 (09:38 +0000)
commit9bbe53d700501224d9db155875d0c8ddff3e54b7
treec50e14f1c1f6f1174190ec6b8ae2b023d44c0f44
parent8493e83d740d29dc89ddc966a6486301699e168a
Fix silly scrolling-vs-selection bug: if you selected text on line
9, then did ANSI Delete Line on line 10, the selection highlight
would move up a line even though it wasn't over any text that
actually moved. Easy to reproduce in the likes of vi. Trivial fix.

[originally from svn r1334]
terminal.c