]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - warp/term.c
cgram: allow providing an input file instead of the random fortune
[bsdgames-darwin.git] / warp / term.c
index af20896b5a592bfcea2abd54353ba5ca4fc91a43..21b3b12cb9eb25117677db399094dc2014fbbf03 100644 (file)
@@ -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();