mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-16 07:52:50 +03:00
Apply terminal configuration changes to the status bar terminal.
This commit is contained in:
@@ -1016,6 +1016,12 @@ UIMenu* SettingsMenu::createTerminalMenu() {
|
||||
widget->asType<UITerminal>()->getTerm()->setCursorMode(
|
||||
mApp->getConfig().term.cursorStyle );
|
||||
} );
|
||||
|
||||
if ( mApp->getStatusTerminalController() &&
|
||||
mApp->getStatusTerminalController()->getUITerminal() ) {
|
||||
mApp->getStatusTerminalController()->getUITerminal()->getTerm()->setCursorMode(
|
||||
mApp->getConfig().term.cursorStyle );
|
||||
}
|
||||
} );
|
||||
|
||||
UIPopUpMenu* scrollBarTypeMenu = UIPopUpMenu::New();
|
||||
|
||||
Reference in New Issue
Block a user