|
|
researchv10 Norman
/* @(#) wattron.c: 1.1 10/15/83 (1.2 4/7/82) */
/*
* 1/26/81 (Berkeley) @(#)standout.c 1.1
*/
# include "curses.ext"
/*
* Turn on selected attributes.
*/
wattron(win, attrs)
register WINDOW *win;
int attrs;
{
#ifdef DEBUG
if(outf) fprintf(outf, "WATTRON(%x, %o)\n", win, attrs);
#endif
win->_attrs |= attrs;
return 1;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.