Don't switch tabs when a non-active session finishes ( Bug #146639 ). Begin implementation of Send Input to All in new front-end.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=674139
This commit is contained in:
Robert Knight
2007-06-11 20:44:04 +00:00
parent 13c7c0dfb9
commit 52db452aa4
8 changed files with 231 additions and 12 deletions

View File

@@ -274,7 +274,7 @@ void Emulation::sendKeyEvent( QKeyEvent* ev )
}
}
void Emulation::sendString(const char*)
void Emulation::sendString(const char*,int)
{
// default implementation does nothing
}