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@sourceware.org	2005-04-22 17:03:40

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

Log message:
	* fhandler.h (dev_console::set_color): Define new function.
	(dev_console::set_default_attr): Ditto, moved from fhandler_console.
	(dev_console::fillin_info): Ditto.  Accommodate this change throughout this
	file.
	(fhandler_console::get_win32_attr): Eliminate.
	* fhandler_console.cc (fhandler_console::get_tty_stuff): Properly set default
	attributes on initialization.
	(fhandler_console::open): Set current attributes rather than default color on
	open.
	(fhandler_console::get_win32_attr): Eliminate.
	(dev_console::set_color): New function.  Move get_win32_attr stuff here.
	(dev_console::set_default_attr): New function, moved from fhandler_console.
	(dev_console::fillin_info): Ditto.
	(fhandler_console::char_command): Call set_color to set screen characteristics.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.2855&r2=1.2856
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.242&r2=1.243
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.134&r2=1.135


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