Annotation of researchv10no/ncurses/screen/wattrset.c, revision 1.1.1.1

1.1       root        1: /*     @(#) wattrset.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:  * Set selected attributes.
                     10:  */
                     11: wattrset(win, attrs)
                     12: register WINDOW        *win;
                     13: int attrs;
                     14: {
                     15: #ifdef DEBUG
                     16:        if(outf) fprintf(outf, "WATTRON(%x, %o)\n", win, attrs);
                     17: #endif
                     18: 
                     19:        win->_attrs = attrs;
                     20:        return 1;
                     21: }

unix.superglobalmegacorp.com

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