|
|
1.1 ! root 1: /* ! 2: * Clear screen using terminfo ! 3: * ! 4: * Copyright (c) 1990-93 by Udo Munk ! 5: */ ! 6: ! 7: #ifdef AIX ! 8: #define NLS ! 9: #endif ! 10: ! 11: #include <curses.h> ! 12: #include <term.h> ! 13: ! 14: clrscr() ! 15: { ! 16: putp(clear_screen); ! 17: fflush(stdout); ! 18: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.