mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 11:06:30 +03:00
Apply terminal configuration changes to the status bar terminal.
This commit is contained in:
@@ -48,6 +48,10 @@ UITerminal* StatusTerminalController::createTerminal(
|
||||
mContext->getTerminalManager()->getTerminalCurrentColorScheme();
|
||||
auto csIt = terminalColorSchemes.find( currentTerminalColorScheme );
|
||||
term->getTerm()->getTerminal()->setAllowMemoryTrimnming( true );
|
||||
term->getTerm()->setCursorMode( mContext->termConfig().cursorStyle );
|
||||
term->setScrollViewType( mContext->termConfig().scrollBarType );
|
||||
term->setVerticalScrollMode( mContext->termConfig().scrollBarMode );
|
||||
|
||||
term->setColorScheme( csIt != terminalColorSchemes.end()
|
||||
? terminalColorSchemes.at( currentTerminalColorScheme )
|
||||
: TerminalColorScheme::getDefault() );
|
||||
|
||||
Reference in New Issue
Block a user