aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index d0e8e8a..932d5fe 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -58,7 +58,9 @@ struct runes_screen {
int scroll_bottom;
char *title;
+ size_t title_len;
char *icon_name;
+ size_t icon_name_len;
struct runes_row *rows;
struct runes_row *alternate;