summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/TEHistory.h
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/konsole/TEHistory.h')
-rw-r--r--konsole/konsole/TEHistory.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/konsole/konsole/TEHistory.h b/konsole/konsole/TEHistory.h
index c8fa2f379..446611e0a 100644
--- a/konsole/konsole/TEHistory.h
+++ b/konsole/konsole/TEHistory.h
@@ -142,11 +142,16 @@ public:
private:
int adjustLineNb(int lineno);
+ // Normalize buffer so that the size can be changed.
+ void normalize();
+
+ bool m_hasScroll;
QPtrVector<histline> m_histBuffer;
QBitArray m_wrappedLine;
unsigned int m_maxNbLines;
unsigned int m_nbLines;
unsigned int m_arrayIndex;
+ bool m_buffFilled;
};