Return the current line as the 'surrounding text' for input method queries and return the column index of the cursor as the cursor position. Fix link underlines not being erased when moving mouse around links which are adjacent to each other.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=709087
This commit is contained in:
Robert Knight
2007-09-06 14:40:16 +00:00
parent 685cc7a544
commit 546bf76e48
5 changed files with 43 additions and 24 deletions

View File

@@ -317,8 +317,6 @@ bool SessionController::eventFilter(QObject* watched , QEvent* event)
{
if ( _view->screenWindow() && !_viewUrlFilter )
{
qDebug() << "Creating url filter";
connect( _view->screenWindow() , SIGNAL(scrolled(int)) , this ,
SLOT(requireUrlFilterUpdate()) );
connect( _view->screenWindow() , SIGNAL(outputChanged()) , this ,