X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/0f4556f12c8f75078501c9d1338ae7648a97f975..95f51977ddc18faa2e212f30c00a39540b39f325:/usr/src/ucb/ex/ex_tune.h diff --git a/usr/src/ucb/ex/ex_tune.h b/usr/src/ucb/ex/ex_tune.h index 93317da91f..923cc81945 100644 --- a/usr/src/ucb/ex/ex_tune.h +++ b/usr/src/ucb/ex/ex_tune.h @@ -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 */ @@ -55,7 +61,7 @@ #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 */ @@ -105,9 +111,9 @@ #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 TUBESIZE 6600 /* 66 * 100 */ +#define TUBESIZE 7000 /* 70 * 100 */ #endif /*