home *** CD-ROM | disk | FTP | other *** search
- /* TERMLIB: Terminal independant database.
- *
- * Module: tvars
- *
- * Purpose: supply actual global variables.
- */
-
- /* tvars.c (libtermlib.a)
- * Global variables for termlib
- *
- */
-
- char *tent; /* Pointer to terminal entry, set by tgetent */
- char PC = 0; /* Pad character, default NULL */
- char *UP = 0, *BC = 0; /* Pointers to UP and BC strings from database */
- short ospeed; /* Baud rate (1-16, 1=300, 16=19200), as in stty */
-