mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 04:33:38 -04:00
Add profile option to scroll full/half height via Page Up/Down keys
The default is still half page - there is no GUI to change this; either use konsoleprofile or change the .profile manually. CCBUG: 280637
This commit is contained in:
@@ -791,6 +791,9 @@ void ViewManager::applyProfileToView(TerminalDisplay* view , const Profile::Ptr
|
||||
else if (scrollBarPosition == Enum::ScrollBarHidden)
|
||||
view->setScrollBarPosition(Enum::ScrollBarHidden);
|
||||
|
||||
bool scrollFullPage = profile->property<bool>(Profile::ScrollFullPage);
|
||||
view->setScrollFullPage(scrollFullPage);
|
||||
|
||||
// show hint about terminal size after resizing
|
||||
view->setShowTerminalSizeHint(profile->showTerminalSizeHint());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user