preliminary release 3.6 10/18/80
[unix-history] / usr / src / usr.bin / ex / ex_tty.h
index d288f47..f4dd64c 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1980 Regents of the University of California */
 /* Copyright (c) 1980 Regents of the University of California */
-/* sccs id:    @(#)ex_tty.h    5.1 %G%  */
+/* sccs id:    @(#)ex_tty.h    6.1 %G%  */
 /*
  * Capabilities from termcap
  *
 /*
  * Capabilities from termcap
  *
@@ -148,7 +148,9 @@ ttymode ostart(), setty(), unixex();
 short  WBOT;
 short  WECHO;
 
 short  WBOT;
 short  WECHO;
 
-short  costCM;
+short  costCM; /* # chars to output a typical CM, with padding etc. */
+short  costSR; /* likewise */
+short  costAL;
 
 #ifdef VMUNIX
 # define MAXNOMACS     128     /* max number of macros of each kind */
 
 #ifdef VMUNIX
 # define MAXNOMACS     128     /* max number of macros of each kind */