|
|
1.1 ! root 1: /* ! 2: * close up curses. ! 3: */ ! 4: #include <scn.h> ! 5: void ! 6: closeUp() ! 7: { ! 8: noraw(); ! 9: echo(); ! 10: clear(); ! 11: move(0, 0); ! 12: refresh(); ! 13: endwin(); ! 14: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.