From: sos AT prospect DOT com DOT ru (Sergey Okhapkin) Subject: fhandler_tty.cc fix. 23 Sep 1998 01:48:49 -0700 Message-ID: <01BDE6EE.CEAED090.cygnus.cygwin32.developers@sos> To: "'cygwin32-developers AT cygnus DOT com'" Hi! With current dll "stty size" always reports 25x80:-) fhandler_tty.cc (process_ioctl): call fhandler_console::ioctl(). --- fhandler_tty.cc.orig Fri Sep 11 10:15:22 1998 +++ fhandler_tty.cc Wed Sep 23 11:29:15 1998 @@ -479,7 +479,7 @@ process_ioctl (void *arg) WaitForSingleObject (tty_master->ioctl_request_event, INFINITE); termios_printf ("ioctl() request"); tty_master->ttyp->ioctl_retval = - tty_master->ioctl (tty_master->ttyp->cmd, + tty_master->console->ioctl (tty_master->ttyp->cmd, (void *) &tty_master->ttyp->arg); SetEvent (tty_master->ioctl_done_event); } -- Sergey Okhapkin, http://www.lexa.ru/sos Moscow, Russia