Annotation of researchv10no/ncurses/screen/_insmode.c, revision 1.1.1.1

1.1       root        1: /*     @(#) _insmode.c: 1.1 10/15/83   (1.21   2/11/83)        */
                      2: 
                      3: #include "curses.ext"
                      4: 
                      5: /*
                      6:  * Set the virtual insert/replacement mode to new.
                      7:  */
                      8: _insmode (new)
                      9: int new;
                     10: {
                     11: #ifdef DEBUG
                     12:        if(outf) fprintf(outf, "_insmode(%d).\n", new);
                     13: #endif
                     14:        SP->virt_irm = new;
                     15: }

unix.superglobalmegacorp.com

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