xref: /original-bsd/usr.bin/window/local.h (revision cde01d6c)
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.12 (Berkeley) 08/16/92
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 
21 #ifdef TERMINFO
22 #define _PATH_CAPTOINFO	"/usr/5bin/captoinfo"
23 #define _PATH_TIC	"/usr/5bin/tic"
24 #define _PATH_RM	"/bin/rm"
25 #endif
26