Annotation of researchv10dc/ncurses/screen/beep.c, revision 1.1.1.1

1.1       root        1: /*     @(#) beep.c: 1.1 10/15/83       (1.21   2/11/83)        */
                      2: 
                      3: #include "curses.ext"
                      4: 
                      5: extern int     _outch();
                      6: 
                      7: beep()
                      8: {
                      9: #ifdef DEBUG
                     10:        if(outf) fprintf(outf, "beep().\n");
                     11: #endif
                     12:     if (bell)
                     13:        tputs (bell, 0, _outch);
                     14:     else
                     15:        tputs (flash_screen, 0, _outch);
                     16:     __cflush();
                     17: }

unix.superglobalmegacorp.com

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