|
|
1.1 root 1: /* @(#) flash.c: 1.1 10/15/83 (1.21 2/11/83) */
2:
3: #include "curses.ext"
4:
5: extern int _outch();
6:
7: flash()
8: {
9: #ifdef DEBUG
10: if(outf) fprintf(outf, "flash().\n");
11: #endif
12: if (flash_screen)
13: tputs (flash_screen, 0, _outch);
14: else
15: tputs (bell, 0, _outch);
16: __cflush();
17: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.