mirror of
https://github.com/KDE/konsole.git
synced 2026-05-07 14:16:40 -04:00
Remove duplicated and hardcoded callings.
Such settings about TerminalDisplay should go into applyProfileToView(), and refers the profile for right value(if possible).
This commit is contained in:
@@ -802,9 +802,6 @@ TerminalDisplay* ViewManager::createTerminalDisplay(Session* session)
|
||||
|
||||
//TODO Temporary settings used here
|
||||
display->setBellMode(TerminalDisplay::NotifyBell);
|
||||
display->setShowTerminalSizeHint(true);
|
||||
display->setTripleClickMode(TerminalDisplay::SelectWholeLine);
|
||||
display->setScrollBarPosition(TerminalDisplay::ScrollBarRight);
|
||||
display->setRandomSeed(session->sessionId() * 31);
|
||||
|
||||
return display;
|
||||
|
||||
Reference in New Issue
Block a user