From 4fad3682eb346c5bcd863d8ae4c39fe2cbcbfc73 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 20 Sep 2004 03:51:48 +0000
Subject: [PATCH] If we're going to switch to mode C80X14 if someone begs for
 it, we should probobly support it.  :-)

---
 src/uifc/uifc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uifc/uifc.h b/src/uifc/uifc.h
index 284374c041..d019cd32ad 100644
--- a/src/uifc/uifc.h
+++ b/src/uifc/uifc.h
@@ -143,7 +143,7 @@
 #endif
 #define MAX_OPLN	75		/* Maximum length of each option per menu call */
 #define MAX_BUFS	7		/* Maximum number of screen buffers to save */
-#define MIN_LINES   20      /* Minimum number of screen lines supported */
+#define MIN_LINES   14      /* Minimum number of screen lines supported */
 #define MAX_LINES   60      /* Maximum number of screen rows supported */ 
 #define MAX_BFLN	80*MAX_LINES*2	/* Maximum size of screen buffers */
 
-- 
GitLab