Re: [PATCH] fix three selection bugs in tabular

2012-12-12 Thread Scott Kostyshak
On Mon, Dec 10, 2012 at 11:48 AM, Richard Heck wrote: > On 12/10/2012 06:17 AM, Jean-Marc Lasgouttes wrote: >> >> Le 08/12/2012 08:10, Scott Kostyshak a écrit : >>> >>> Attached are three patches which fix selection bugs in tabular. I have >>> a feeling that I am cheating by throwing in >>> "cur.s

Re: [PATCH] fix three selection bugs in tabular

2012-12-10 Thread Richard Heck
On 12/10/2012 06:17 AM, Jean-Marc Lasgouttes wrote: Le 08/12/2012 08:10, Scott Kostyshak a écrit : Attached are three patches which fix selection bugs in tabular. I have a feeling that I am cheating by throwing in "cur.screenUpdateFlags(Update::Force | Update::FitCursor);" in a few places. Doing

Re: [PATCH] fix three selection bugs in tabular

2012-12-10 Thread Jean-Marc Lasgouttes
Le 08/12/2012 08:10, Scott Kostyshak a écrit : Attached are three patches which fix selection bugs in tabular. I have a feeling that I am cheating by throwing in "cur.screenUpdateFlags(Update::Force | Update::FitCursor);" in a few places. Doing so does fix the bugs but I'm thinking I'm being wast

[PATCH] fix three selection bugs in tabular

2012-12-07 Thread Scott Kostyshak
Attached are three patches which fix selection bugs in tabular. I have a feeling that I am cheating by throwing in "cur.screenUpdateFlags(Update::Force | Update::FitCursor);" in a few places. Doing so does fix the bugs but I'm thinking I'm being wasteful by not attacking the problem at its root. An