Annotation of 41BSD/lib/libcurses/endwin.c, revision 1.1.1.1

1.1       root        1: # include      "curses.ext"
                      2: 
                      3: endwin()
                      4: {
                      5:        resetty();
                      6:        _puts(VE);
                      7:        _puts(TE);
                      8:        if (curscr->_flags & _STANDOUT) {
                      9:                _puts(SE);
                     10:                curscr->_flags &= ~_STANDOUT;
                     11:        }
                     12:        _endwin = TRUE;
                     13: }

unix.superglobalmegacorp.com

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