[Konsole-devel] konsole selectino breakage

Stephan Binner binner at kde.org
Sun Apr 14 07:50:36 UTC 2002


On Sunday 14 April 2002 06:09, Alexander Kellett wrote:

> Currently when making a perfectly normal text selection the
> "to end of line" stuff starts one character to early. For

You run CVS <=10th April? TEWidget.cpp 1.143 is current and should fix it.

> selection it works, so i'd guess the below patch should fix it...
> Rough patch follows: (in fact, it does fix the problem for me)

You guess, or it does and you tried? :-)

>   -         right.rx()++;  // will be balanced later because of offset=-1;
>   +         // right.rx()++;  // will be balanced later because of
> I guess the above "balanced later" is wrong now?

I guess you are wrong. As the name suggests this change the right end of the
selection. The change would only prevent the last column from being selected.

Bye,
   Steve



More information about the konsole-devel mailing list