]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/strings/showproc.c
Remove final traces of TMA support
[nmh] / docs / historical / mh-jun-1982 / strings / showproc.c
1 #ifdef COMMENT
2 Proprietary Rand Corporation, 1981.
3 Further distribution of this software
4 subject to the terms of the Rand
5 license agreement.
6 #endif
7
8 /*
9 * This program is called to list messages. At Rand, the program
10 * `c' stops at the end of each page and waits for a <return> or
11 * <open> to continue. Eventually, this path should invoke a
12 * special program which displays messages much more intelligently--
13 * such as layed out nicely on the screen.
14 */
15
16 char *showproc = "/usr/ucb/more"; /* 5/6/79 */