summaryrefslogtreecommitdiff
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 9ffff20..094aa40 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -74,6 +74,7 @@ struct slotholder {
74 int sloty; 74 int sloty;
75 75
76 WINDOW *subslot[3]; 76 WINDOW *subslot[3];
77 char slotchar[3][3];
77}; 78};
78 79
79struct funcholder { 80struct funcholder {