Integrate KodoTerm for SSH terminal sessions
This commit is contained in:
@@ -40,6 +40,7 @@ private:
|
||||
|
||||
ThemePalette m_palette;
|
||||
QString m_pendingEscape;
|
||||
QString m_rawHistory;
|
||||
bool m_bold;
|
||||
bool m_hasFgColor;
|
||||
bool m_hasBgColor;
|
||||
@@ -56,6 +57,7 @@ private:
|
||||
void handleSgrSequence(const QString& params);
|
||||
void appendTextChunk(const QString& text);
|
||||
QColor paletteColor(bool background, int index, bool bright) const;
|
||||
void processData(const QString& data, bool storeInHistory);
|
||||
int terminalColumns() const;
|
||||
int terminalRows() const;
|
||||
void emitTerminalSize();
|
||||
|
||||
Reference in New Issue
Block a user