[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ncurses for djgpp
From: |
Mark E. |
Subject: |
Re: ncurses for djgpp |
Date: |
Wed, 8 Aug 2001 15:14:43 -0400 |
> that's a rather ugly solution, btw (would be better to provide a special
> function for this than to distort the meaning of tcgetattr).
Hello again,
I've added TIOCGWINSZ support to DJGPP's ioctl. The only thing needed now
is a call to "__libc_termios_init()" to force use of the termios emulation
rather than the DOS console driver (so the demo dots and railroad will
work for example).
Is there an acceptable way that it can be added?