Mail Archives: djgpp-workers/2001/08/08/09:13:27
> I'm not sure what you are saying here
> So I think we should only define TIOCGWINSZ and struct winsize, for
> now. Unless you are going to implement the rest of the stuff, that
> is ;-)
Well, we agree.
>
> > ! win->ws_xpixel = win->ws_col * 8; /* Assumes 8 pixel width. */
> > ! win->ws_ypixel = win->ws_row * _farnspeekw(0x0485);
>
> Shouldn't we put 1 here, since pixels are irrelevant in text mode?
> What do other text-mode environments (Unix, GNU/Linux) return in these
> members?
Cygwin's console driver doesn't bother setting these fields. Neither does
Linux's.
Mark
- Raw text -