Annotation of coherent/d/usr/lib/scn/cleararea.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * Clear an area on the screen.
        !             3:  */
        !             4: #include <scn.h>
        !             5: void
        !             6: clearArea(row, col, len)
        !             7: {
        !             8:        move(row, col);
        !             9:        while (len--)
        !            10:                addch(' ');
        !            11: }

unix.superglobalmegacorp.com

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