]> diplodocus.org Git - nmh/blob - docs/historical/2.9BSD/strings/sysed.c
Added start_test/finish_test to a bunch of tests.
[nmh] / docs / historical / 2.9BSD / strings / sysed.c
1 /*
2 * This is the editor invoked by the various message composition
3 * programs. It SHOULD be a 2-D scope editor, such as Rand's Ned
4 * or Berkeley's ex, but any editor will work. If you don't have
5 * a scope editor, you might want to default to prompter, but it
6 * works very marginally with forw and dist.
7 */
8
9 char *sysed = "/bin/ex";