home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 419b.lha / TERMLIB / tvars.c < prev   
Text File  |  1990-10-05  |  500b  |  17 lines

  1. /* TERMLIB: Terminal independant database.
  2.  *
  3.  * Module: tvars
  4.  *
  5.  * Purpose: supply actual global variables.
  6.  */
  7.  
  8. /* tvars.c (libtermlib.a)
  9.  * Global variables for termlib
  10.  *
  11. */
  12.  
  13. char *tent;                     /* Pointer to terminal entry, set by tgetent */
  14. char PC = 0;                                  /* Pad character, default NULL */
  15. char *UP = 0, *BC = 0;        /* Pointers to UP and BC strings from database */
  16. short ospeed;               /* Baud rate (1-16, 1=300, 16=19200), as in stty */
  17.