xref: /original-bsd/usr.bin/window/local.h (revision 3b6250d9)
1 /*
2  * Copyright (c) 1983 Regents of the University of California.
3  * All rights reserved.
4  *
5  * This code is derived from software contributed to Berkeley by
6  * Edward Wang at The University of California, Berkeley.
7  *
8  * %sccs.include.redist.c%
9  *
10  *	@(#)local.h	3.11 (Berkeley) 06/06/90
11  */
12 
13 /*
14  * Things of local interest.
15  */
16 
17 #define RUNCOM		".windowrc"
18 #define ESCAPEC		ctrl('p')
19 #define NLINE		48			/* default text buffer size */
20