From 2146f98c31602803ebfa2c726f063604057c2f45 Mon Sep 17 00:00:00 2001 From: Ralph Campbell Date: Mon, 22 Oct 1984 18:25:11 -0800 Subject: [PATCH] fix TUBELINES to handle 70 line terminals (5620). SCCS-vsn: usr.bin/ex/ex_tune.h 7.7 --- usr/src/usr.bin/ex/ex_tune.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/usr.bin/ex/ex_tune.h b/usr/src/usr.bin/ex/ex_tune.h index 8f2d0efe30..b63fe32f48 100644 --- a/usr/src/usr.bin/ex/ex_tune.h +++ b/usr/src/usr.bin/ex/ex_tune.h @@ -1,5 +1,5 @@ /* Copyright (c) 1981 Regents of the University of California */ -/* ex_tune.h 7.6 84/04/10 */ +/* ex_tune.h 7.7 84/10/22 */ /* * Definitions of editor parameters and limits */ @@ -105,9 +105,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 /* -- 2.20.1