Annotation of researchv10dc/ncurses/screen/wstandend.c, revision 1.1

1.1     ! root        1: /*     @(#) wstandend.c: 1.1 10/15/83  (1.2    4/7/82) */
        !             2: /*
        !             3:  * 1/26/81 (Berkeley) @(#)standout.c   1.1
        !             4:  */
        !             5: 
        !             6: # include      "curses.ext"
        !             7: 
        !             8: /*
        !             9:  * exit standout mode
        !            10:  */
        !            11: wstandend(win)
        !            12: register WINDOW        *win;
        !            13: {
        !            14: #ifdef DEBUG
        !            15:        if(outf) fprintf(outf, "WSTANDEND(%x)\n", win);
        !            16: #endif
        !            17: 
        !            18:        win->_attrs = 0;
        !            19:        return 1;
        !            20: }

unix.superglobalmegacorp.com

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