backout fix from sun and terminate input buffer
[unix-history] / usr / src / usr.bin / ex / ex_tty.h
index cd5157f..5358d87 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1981 Regents of the University of California */
 /* Copyright (c) 1981 Regents of the University of California */
-/* sccs id:    @(#)ex_tty.h    7.3     %G%  */
+/* sccs id:    @(#)ex_tty.h    7.4     %G%  */
 /*
  * Capabilities from termcap
  *
 /*
  * Capabilities from termcap
  *
@@ -110,6 +110,7 @@ var bool    UPPERCASE;      /* Ick! */
 extern short   LINES;          /* Number of lines on screen */
 extern short   COLUMNS;
 var    short   OCOLUMNS;       /* Save COLUMNS for a hack in open mode */
 extern short   LINES;          /* Number of lines on screen */
 extern short   COLUMNS;
 var    short   OCOLUMNS;       /* Save COLUMNS for a hack in open mode */
+var    struct winsize winsz;   /* Save window size for stopping comparisons */
 
 var    short   outcol;         /* Where the cursor is */
 var    short   outline;
 
 var    short   outcol;         /* Where the cursor is */
 var    short   outline;