summaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-01-10 20:32:46 +0100
committertomsmeding <tom.smeding@gmail.com>2017-01-10 20:36:04 +0100
commit8f3e73313ea0937935d95af7a5d265eaf6009580 (patch)
tree97a330534c0a9c8bfc944ce3359838d695f1c5f5 /buffer.h
parent14cac64019b3425eb40eb82471b0995d62b9a7a2 (diff)
Backscrolling and misc future bugfixes
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;