[Konsole-devel] konsole selectino breakage

Alexander Kellett kelletta at eidetica.com
Sun Apr 14 04:09:13 UTC 2002


Currently when making a perfectly normal text selection the 
"to end of line" stuff starts one character to early. For
word 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)

@@ -981,8 +981,9 @@ void TEWidget::mouseMoveEvent(QMouseEven
  -         right.rx()++;  // will be balanced later because of offset=-1;
  +         // right.rx()++;  // will be balanced later because of offset=-1;

I guess the above "balanced later" is wrong now?

;-)




More information about the konsole-devel mailing list