summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/TEScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/konsole/TEScreen.h')
-rw-r--r--konsole/konsole/TEScreen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/konsole/konsole/TEScreen.h b/konsole/konsole/TEScreen.h
index 9797b53ab..557a07e4c 100644
--- a/konsole/konsole/TEScreen.h
+++ b/konsole/konsole/TEScreen.h
@@ -83,6 +83,7 @@ public: // these are all `Screen' operations
void eraseChars (int n);
void deleteChars (int n);
void insertChars (int n);
+ void repeatChars (int n);
void deleteLines (int n);
void insertLines (int n);
//
@@ -271,6 +272,9 @@ private: // helper
// last position where we added a character
int lastPos;
+ // used in REP (repeating char)
+ unsigned short lastDrawnChar;
+
// modes
ScreenParm saveParm;