Tartarus CVS: putty simon

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Sun, 28 Oct 2001 09:38:43 +0000


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	01/10/28 09:38:43

Modified files:
	.              : terminal.c 

Log message:
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.