aboutsummaryrefslogtreecommitdiff
path: root/gui/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/console.h')
-rw-r--r--gui/console.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/console.h b/gui/console.h
index d59fb9c56f..7b5cef34ce 100644
--- a/gui/console.h
+++ b/gui/console.h
@@ -51,6 +51,7 @@ protected:
int _currentPos;
int _scrollLine;
+ int _firstLineInBuffer;
int _promptStartPos;
int _promptEndPos;
@@ -112,7 +113,7 @@ protected:
void putcharIntern(int c);
void insertIntoPrompt(const char *str);
void print(const char *str);
- void updateScrollBar();
+ void updateScrollBuffer();
void scrollToCurrent();
// Line editing