/*
 *	File:					Escapes.h
 *	Description:	Espacecodes for changing the attributes of lines of text.
 *
 *	(C) 1993, Ketil Hunn
 *
 */

#define aRIGHT	"\033r"
#define aCENTRE	"\033c"
#define aLEFT		"\033l"

#define aNORMAL	"\033n"
#define aBOLD		"\033b"
#define aITALIC	"\033i"

#define aDARK		"\0332"
#define aLIGHT	"\0338"
