aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index 6c1d353..6491af1 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -71,6 +71,10 @@ struct runes_screen {
char *icon_name;
size_t icon_name_len;
+ int row_count;
+ int row_capacity;
+ int row_top;
+
struct runes_row *rows;
struct runes_row *alternate;