fix contrib notice (Edward Wang)
[unix-history] / usr / src / usr.bin / window / local.h
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Edward Wang at The University of California, Berkeley.
*
* %sccs.include.redist.c%
*
* @(#)local.h 3.11 (Berkeley) %G%
*/
/*
* Things of local interest.
*/
#define RUNCOM ".windowrc"
#define ESCAPEC ctrl('p')
#define NLINE 48 /* default text buffer size */