home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume16
/
pscmenu
/
part01
/
MENU
/
utils.h
< prev
Wrap
C/C++ Source or Header
|
1991-02-10
|
619b
|
33 lines
# include <stdio.h>
# include <termio.h>
/* PSC MENU COPYRIGHT NOTICE
Part of PSCMenu
This software is to be considered to be public domain, it
may be copied, modified and parts of it may be used in other programs
as long as this copyright notice remains intact.
Copyright() PSC - Plymouth State College
Written by: Ted Wisniewski 12-9-1990
*/
# define MAXL 80
# define THIS_TTY 0
# define DEL 0x08
# define BS 0x7f
# define SPACE 0x20
# define LF 0x0a
# define CR 0x0d
char *SO, *SE, *CE, *CM, *CL;
char *getenv(), *tgetstr(), *tgoto();
int outc();
struct termio ter_old, ter_des;