-static int LI = 40; /* number of lines */
-static int CO = 80; /* number of colums */
-static char *clear = NULL; /* terminfo string to clear screen */
-static char *standend = NULL; /* terminfo string to end standout mode */
-static char *standbegin = NULL; /* terminfo string to begin standout mode */
-static int termstatus = 0; /* terminfo initialization status */
-static char *termcbuf = NULL; /* tputs() output buffer */
-static char *termcbufp = NULL; /* tputs() output buffer pointer */
-static size_t termcbufsz = 0; /* Size of termcbuf */
+static int LI = 40; /* number of lines */
+static int CO = 80; /* number of colums */
+static char *ti_clear = NULL; /* terminfo string to clear screen */
+static char *ti_standend = NULL; /* terminfo string to end standout mode */
+static char *ti_standbegin = NULL; /* terminfo string to begin standout mode */
+static int termstatus = 0; /* terminfo initialization status */
+static char *termcbuf = NULL; /* tputs() output buffer */
+static char *termcbufp = NULL; /* tputs() output buffer pointer */
+static size_t termcbufsz = 0; /* Size of termcbuf */