Tartarus CVS: putty simon
tartarus-commits-admin@lists.tartarus.org
tartarus-commits-admin@lists.tartarus.org
Tue, 17 Apr 2001 10:25:53 +0100
CVSROOT: /home/cvs
Module name: putty
Changes by: simon 01/04/17 10:25:53
Modified files:
. : terminal.c
Log message:
Two more small bugs introduced by the B-tree reorg: scroll() now
requires fix_cpos() to be called after it (otherwise cpos might point
to a line that isn't where you remember it being), and a mis-aimed
incpos() was causing forward selection dragging not to include the
char under the mouse. Both fixed.