extern void		INITKillButtons(void);		/* setup the kill routines*/
extern void		KillButtons(void);		/* kill the buttons and keyboard*/		
extern void		FINALRestoreButtons(void);	/* restore buttons and shut down.*/
extern void		RestoreButtons(void);		/* restore buttons temporarely*/


#define MAXPOS	100
#define MAXDISP	22
#define BS	'\b'
#define CR	0xa
#define NL	0xd
