add bug from reset manual page, document setable interrupt character,
[unix-history] / usr / src / usr.bin / window / local.h
CommitLineData
72b4eaee 1/*
60de5df9
EW
2 * @(#)local.h 3.4 %G%
3 */
4
5/*
6 * Copyright (c) 1983 Regents of the University of California,
7 * All rights reserved. Redistribution permitted subject to
8 * the terms of the Berkeley Software License Agreement.
72b4eaee
EW
9 */
10
11/*
12 * Things of local interest.
13 */
14
7c108da8 15#define RUNCOM ".windowrc"
72b4eaee 16#define ESCAPEC ctrl(p)
7c108da8 17#define NLINE 48 /* default text buffer size */
72b4eaee 18#define SHELL "/bin/csh" /* if no environment SHELL */