summaryrefslogtreecommitdiffstats
path: root/warp/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'warp/term.c')
-rw-r--r--warp/term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/warp/term.c b/warp/term.c
index af20896b..21b3b12c 100644
--- a/warp/term.c
+++ b/warp/term.c
@@ -286,8 +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");
+// if (LINES > 25)
+// no_can_do("humongous");
crmode();
raw();