This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

winsup/cygwin ChangeLog fhandler.h fhandler_co ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-08-18 21:43:59

Modified files:
	cygwin         : ChangeLog fhandler.h fhandler_console.cc 
	                 select.cc 

Log message:
	* fhandler.h (fhandler_console::send_winch_maybe): New method.
	* fhandler_console.cc (set_console_state_for_spawn): Remove if 0'ed code.
	(fhandler_console::send_winch_maybe): Define new method.
	(fhandler_console::read): Use send_winch_maybe where appropriate.
	(fhandler_console::init): Just call all tcsetattr rather than output_tcsetattr.
	* select.cc (peek_console): Reorganize so that send_winch_maybe is called for
	everything but keyboard input.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1445&r2=1.1446
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.134&r2=1.135
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.83&r2=1.84
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.76&r2=1.77


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]