summaryrefslogtreecommitdiff
path: root/core/apps/embeddedkonsole/TEScreen.h
Side-by-side diff
Diffstat (limited to 'core/apps/embeddedkonsole/TEScreen.h') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/TEScreen.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/apps/embeddedkonsole/TEScreen.h b/core/apps/embeddedkonsole/TEScreen.h
index ba47ee5..a28f7c5 100644
--- a/core/apps/embeddedkonsole/TEScreen.h
+++ b/core/apps/embeddedkonsole/TEScreen.h
@@ -142,2 +142,3 @@ public: // these are all `Screen' operations
int getLines() { return lines; }
+
/*! return the number of columns. */
@@ -150,2 +151,7 @@ public: // these are all `Screen' operations
+ /*! set the position of the horizontal cursor. */
+ void setHorzCursor(int cursor);
+ /*! return the position of the horizontal cursor. */
+ int getHorzCursor();
+
int getHistLines ();
@@ -202,2 +208,4 @@ private:
+ int horzCursor;
+
// cursor location