summaryrefslogtreecommitdiffstats
path: root/warp/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'warp/term.c')
-rw-r--r--warp/term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/warp/term.c b/warp/term.c
index 34851566..47a230ed 100644
--- a/warp/term.c
+++ b/warp/term.c
@@ -286,6 +286,8 @@ term_set(char *tcbuf) /* temp area for "uncompiled" termcap entry */
no_can_do("dumb");
if (!scorespec && (LINES < 24 || COLS < 80))
no_can_do("puny");
+ if (LINES > 25)
+ no_can_do("humongus");
crmode();
raw();