|
|
1.1 ! root 1: /* @(#) wstandout.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: * enter standout mode ! 10: */ ! 11: wstandout(win) ! 12: register WINDOW *win; ! 13: { ! 14: #ifdef DEBUG ! 15: if(outf) fprintf(outf, "WSTANDOUT(%x)\n", win); ! 16: #endif ! 17: ! 18: win->_attrs |= A_STANDOUT; ! 19: return 1; ! 20: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.