Annotation of researchv10no/ncurses/screen/_clearhl.c, revision 1.1

1.1     ! root        1: /*     @(#) _clearhl.c: 1.1 10/15/83   (1.21   2/11/83)        */
        !             2: 
        !             3: #include "curses.ext"
        !             4: 
        !             5: _clearhl ()
        !             6: {
        !             7: #ifdef DEBUG
        !             8:        if(outf) fprintf(outf, "_clearhl().\n");
        !             9: #endif
        !            10:        if (SP->phys_gr) {
        !            11:                register oldes = SP->virt_gr;
        !            12:                SP->virt_gr = 0;
        !            13:                _sethl ();
        !            14:                SP->virt_gr = oldes;
        !            15:        }
        !            16: }

unix.superglobalmegacorp.com

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