From 72b4eaeedde2b9da506c4f2519df5bb58b59e326 Mon Sep 17 00:00:00 2001 From: Edward Wang Date: Tue, 17 Apr 1984 03:29:43 -0800 Subject: [PATCH] date and time created 84/04/16 20:29:43 by edward SCCS-vsn: usr.bin/window/local.h 3.1 --- usr/src/usr.bin/window/local.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 usr/src/usr.bin/window/local.h diff --git a/usr/src/usr.bin/window/local.h b/usr/src/usr.bin/window/local.h new file mode 100644 index 0000000000..775fd852a3 --- /dev/null +++ b/usr/src/usr.bin/window/local.h @@ -0,0 +1,12 @@ +/* + * @(#)local.h 3.1 84/04/16 + */ + +/* + * Things of local interest. + */ + +#define RUNCOM ".windrc" +#define ESCAPEC ctrl(p) +#define NLINE 48 +#define SHELL "/bin/csh" /* if no environment SHELL */ -- 2.20.1