Mail Archives: djgpp/2001/11/14/02:34:55
--- Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> wrote:
> The DOS name for the terminal device is "CON".
> DJGPP supports
> "/dev/tty" as well (it transparently replaces it
> with "CON" when it
> calls DOS functions), so you can leave code that
> refers to "/dev/tty"
> intact. But "/dev/tty0" will not work.
>
> > I was looking in some more code, and found some
> links
> > to /dev/tty0, do I have to replace those with
> > something else?
>
> Replace them either with "/dev/tty" or with "CON".
If I change the /tty0 part to /tty, will my programs
still be able to run un UNIX?
__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
- Raw text -