.Xr botch fix
[unix-history] / usr / src / usr.bin / window / local.h
CommitLineData
72b4eaee 1/*
46e9ea25
KB
2 * Copyright (c) 1983 Regents of the University of California.
3 * All rights reserved.
4 *
3dd3a9e5
KB
5 * This code is derived from software contributed to Berkeley by
6 * Edward Wang at The University of California, Berkeley.
7 *
87f529ec 8 * %sccs.include.redist.c%
46e9ea25 9 *
3dd3a9e5 10 * @(#)local.h 3.11 (Berkeley) %G%
72b4eaee
EW
11 */
12
13/*
14 * Things of local interest.
15 */
16
7c108da8 17#define RUNCOM ".windowrc"
95bc282c 18#define ESCAPEC ctrl('p')
7c108da8 19#define NLINE 48 /* default text buffer size */