Annotation of 41BSD/lib/libcurses/curses.c, revision 1.1

1.1     ! root        1: # include      "curses.h"
        !             2: 
        !             3: bool   _echoit         = TRUE, /* set if stty indicates ECHO           */
        !             4:        _rawmode        = FALSE,/* set if stty indicates RAW mode       */
        !             5:        My_term         = FALSE;/* set if user specifies terminal type  */
        !             6: 
        !             7: char   ttytype[10],            /* long name of tty                     */
        !             8:        *Def_term       = "un"; /* default terminal type                */
        !             9: 
        !            10: int    _tty_ch = 1,            /* file channel which is a tty          */
        !            11:        LINES,                  /* number of lines allowed on screen    */
        !            12:        COLS,                   /* number of columns allowed on screen  */
        !            13:        _res_flg;               /* sgtty flags for reseting later       */
        !            14: 
        !            15: # ifdef DEBUG
        !            16: FILE   *outf;                  /* debug output file                    */
        !            17: # endif
        !            18: 
        !            19: SGTTY  _tty;                   /* tty modes                            */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.