|
|
coherent
/*
* close up curses.
*/
#include <scn.h>
void
closeUp()
{
noraw();
echo();
clear();
move(0, 0);
refresh();
endwin();
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.