mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 12:15:33 -04:00
Remove the left-over & unused code for supporting "Scroll Lock" key
It is decided to not reimplement this feature in KDE4 konsole:
* It is non-trivial work to implement it correctly
* It annoyed some users when it was available in KDE3 konsole
* Not many users want this feature back
This is a follow up of commit cee0ce539b
CCBUG:172271
REVIEW:104156
This commit is contained in:
11
src/Pty.cpp
11
src/Pty.cpp
@@ -282,17 +282,6 @@ void Pty::dataReceived()
|
||||
emit receivedData(data.constData(), data.count());
|
||||
}
|
||||
|
||||
void Pty::lockPty(bool lock)
|
||||
{
|
||||
Q_UNUSED(lock);
|
||||
|
||||
//TODO: Support for locking the Pty
|
||||
//if (lock)
|
||||
//suspend();
|
||||
//else
|
||||
//resume();
|
||||
}
|
||||
|
||||
int Pty::foregroundProcessGroup() const
|
||||
{
|
||||
int pid = tcgetpgrp(pty()->masterFd());
|
||||
|
||||
Reference in New Issue
Block a user