|
|
1.1 root 1: /* @(#) wattroff.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: * Turn off selected attributes.
10: */
11: wattroff(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: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.