aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index 6491af1..b112de5 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -74,6 +74,7 @@ struct runes_screen {
int row_count;
int row_capacity;
int row_top;
+ int row_visible_offset;
struct runes_row *rows;
struct runes_row *alternate;