|
|
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: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.