upped the TUBELINES constant.
[unix-history] / usr / src / usr.bin / ex / ex_tune.h
index fe38fcf..caaa0e5 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ex_tune.h   7.9 (Berkeley) %G%
+ *     @(#)ex_tune.h   7.10 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
 #define        TUBECOLS        160     /* Number of screen columns for visual */
 #define        TUBESIZE        5000    /* Maximum screen size for visual */
 #else
 #define        TUBECOLS        160     /* Number of screen columns for visual */
 #define        TUBESIZE        5000    /* Maximum screen size for visual */
 #else
-#define        TUBELINES       70
+#define        TUBELINES       100
 #define        TUBECOLS        160
 #define        TUBECOLS        160
-#define        TUBESIZE        7000    /* 70 * 100 */
+#define        TUBESIZE        (TUBELINES * 100)
 #endif
 
 /*
 #endif
 
 /*