CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]       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

Reply via email to