@ -307,6 +307,14 @@ public:
return _terminalFont.get();
}
/**
* Return the current color scheme
*/
const std::shared_ptr<const ColorScheme> &colorScheme() const
{
return _colorScheme;
bool cursorBlinking() const
return _cursorBlinking;
@ -436,14 +444,6 @@ public Q_SLOTS:
void setCenterContents(bool enable);
Qt::Edge droppedEdge() const
return _overlayEdge;