Fix silly scrolling-vs-selection bug: if you selected text on line
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 28 Oct 2001 09:38:43 +0000 (09:38 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 28 Oct 2001 09:38:43 +0000 (09:38 +0000)
commitc2ed03b2f8d21836a16cdfc53a23c159db48d0ad
treec50e14f1c1f6f1174190ec6b8ae2b023d44c0f44
parentb17c8428073802aa78ccdd9d474b359260c346cc
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.

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