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