X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/af93b5dd0d7550c7a0e379e6d6f4cd972bc00dc8..04379bab9fd28b15a61df6d0d2ae55608c992385:/usr/src/usr.bin/ex/ex_tty.h diff --git a/usr/src/usr.bin/ex/ex_tty.h b/usr/src/usr.bin/ex/ex_tty.h index d288f47235..f4dd64c6f2 100644 --- a/usr/src/usr.bin/ex/ex_tty.h +++ b/usr/src/usr.bin/ex/ex_tty.h @@ -1,5 +1,5 @@ /* 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 * @@ -148,7 +148,9 @@ ttymode ostart(), setty(), unixex(); 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 */