BSD 4_3 release
[unix-history] / usr / src / ucb / ex / ex_tune.h
index 93317da..923cc81 100644 (file)
@@ -1,5 +1,11 @@
-/* Copyright (c) 1981 Regents of the University of California */
-/*     ex_tune.h       7.5     83/07/02        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)ex_tune.h   7.8 (Berkeley) 5/31/85
+ */
+
 /*
  * Definitions of editor parameters and limits
  */
 /*
  * Definitions of editor parameters and limits
  */
@@ -55,7 +61,7 @@
 #endif
 #define        RHSSIZE         256             /* Size of rhs of substitute */
 #define        NBRA            9               /* Number of re \( \) pairs */
 #endif
 #define        RHSSIZE         256             /* Size of rhs of substitute */
 #define        NBRA            9               /* Number of re \( \) pairs */
-#define        TAGSIZE         32              /* Tag length */
+#define        TAGSIZE         128             /* Tag length */
 #define        ONMSZ           64              /* Option name size */
 #define        GBSIZE          256             /* Buffer size */
 #define        UXBSIZE         128             /* Unix command buffer size */
 #define        ONMSZ           64              /* Option name size */
 #define        GBSIZE          256             /* Buffer size */
 #define        UXBSIZE         128             /* Unix command buffer size */
 #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       66
+#define        TUBELINES       70
 #define        TUBECOLS        160
 #define        TUBECOLS        160
-#define        TUBESIZE        6600    /* 66 * 100 */
+#define        TUBESIZE        7000    /* 70 * 100 */
 #endif
 
 /*
 #endif
 
 /*