[net.sources] emp part 2 I think

kurt@pyuxhh.UUCP (K A Gluck) (06/20/84)

echo ./wtext.h
cat <<!FUNKY!P! >./wtext.h

/*
 *	wtext modes - DELAY = wait until next srcdisp()
 *		      IMMED = write out immediately
 */

#define WDELAY		0
#define WIMMED		1

/*
 *	BLANK = destructive space
 *	SPACE = non-destructive space
 */

#define BLANK		040
#define SPACE		020

/*
 *	internal modified flags
 */

#define TEXTMOD		01
#define ATTRMOD		02

/*
 *	screen enhancement - NONE = use existing attributes
 */

#define A_NONE		0377
#define A_NORMAL	0000
#define A_BLINK		0001
#define	A_INVID		0002
#define A_UNDERLINE	0004
#define A_BELL		0200

/*
 *	input modes
 */

#define RWAIT		001
#define RCOUNT		002
#define RECHO		004
#define RPOSN		010



!FUNKY!P!
-- 
Kurt Gluck SPL 1c273a  Bell Communications Research Inc 6 Corporate Place	Piscataway NJ, 08854
      ihnp4!pyuxhh!kurt                   (201)-561-7100 x2023