|
|
1.1 root 1: /*
2: * Return from an external command to curses
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:
13: shell_return()
14: {
15: fixterm();
16: doupdate();
17: cursoroff();
18: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.