summaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/buffer.h b/buffer.h
index 4c15703..64d7aa4 100644
--- a/buffer.h
+++ b/buffer.h
@@ -42,6 +42,7 @@ class Buffer{
void performInitialLayout(i64 width,i64 height);
void renewLayout(i64 topLine,i64 topPart,i64 width,i64 height);
void relayoutScreen();
+ void scrollUp();
Screenpos findCursorInScreen() const;