Two more small bugs introduced by the B-tree reorg: scroll() now
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 17 Apr 2001 09:25:52 +0000 (09:25 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 17 Apr 2001 09:25:52 +0000 (09:25 +0000)
commita4450583b0e39704fd2dfc1e2486117af735bd77
tree606f025cac8cb85e9984504b3974e55ecea03101
parent7af9fa7f957710190d184d85e43bf917f71f84a9
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.

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