Andre Poenitz wrote:
On Sat, May 26, 2007 at 10:23:01AM +0200, Stefan Schimanski wrote:
The logic is in fact not very complicated. The assumption is that you
only want a new target_x if you go up/down from inside a row.
So far the logic was that target_x is the target coordinate where we
want to go to. It is set on right/left and mouse clicks, but not changed
on up/down.
FYI I changed that during the metric code rewrite last year. Or more
exactly I deleted everything target_x related (because it was a real
mess) and reimplemented it using cursor up/down. The logic is IMO
simpler that way: I know where I am when I move down so I should know
where to go.
Abdel.