To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: TERMIOS for DOS Date: Mon, 03 Oct 94 09:02:53 +0200 From: eliz AT is DOT elta DOT co DOT il Did anybody see a port of TERMIOS to a PC? I need only the basic stuff, like tgoto() and tputs(), but I don't want to depend on ANSI.SYS. I looked at SimTel, but only found 2 implementations which seem to require ANSI. What I want is a package which writes directly to the video memory with cputs(), gotoxy() and the like. DJGPP port is preferred, if there is any, but BC/TC/MSC port is also OK. Or is there an easy way to craft a bunch of macros so that PDCURSES will be used instead? The ultimate goal is to port to DJGPP a Unix-born program which uses TERMIOS, so the functions/macros should look on the outside exactly as the original functions, to minimize porting hassles. Thanks in advance for any help. Eli Zaretskii