| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| Message-ID: | <20011114071757.24232.qmail@web9102.mail.yahoo.com> |
| Date: | Tue, 13 Nov 2001 23:17:57 -0800 (PST) |
| From: | ROLAND <roland_asmann AT yahoo DOT com> |
| Subject: | Re: Problems with sgtty.h, ioctl.h and termios.h |
| To: | djgpp AT delorie DOT com |
| Cc: | eliz AT is DOT elta DOT co DOT il |
| In-Reply-To: | <3791-Tue13Nov2001175351+0200-eliz@is.elta.co.il> |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | djgpp AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
--- 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |