summaryrefslogtreecommitdiffstats
path: root/mbbsd/var.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/var.c')
-rw-r--r--mbbsd/var.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c
index 5125442e..0ad9e78f 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -313,8 +313,8 @@ char *ModeTypeTable[MAX_MODES] = {
};
/* term.c */
-int b_lines = 23;
-int t_lines = 24;
+int b_lines = 23; // bottom line of screen
+int t_lines = 24; // term lines
int p_lines = 20;
int t_columns = 80;
char *strtstandout = "\33[7m";