src/winsup/cygwin ChangeLog fhandler_console.cc

2014-03-10 Thread cgf
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-1_7_29-release-branchpoint
Changes by: c...@sourceware.org 2014-03-10 17:33:06

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (dev_console::save_restore): Save entire line of 
current
cursor position.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srconly_with_tag=cygwin-1_7_29-release-branchpointr1=1.6314.2.22r2=1.6314.2.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srconly_with_tag=cygwin-1_7_29-release-branchpointr1=1.285.2.7r2=1.285.2.8



src/winsup/cygwin ChangeLog fhandler_console.cc

2014-03-09 Thread cgf
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-1_7_29-release-branchpoint
Changes by: c...@sourceware.org 2014-03-09 18:46:08

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::char_command): Properly use 
calculated
value rather than directly using dev_state.args[0].

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srconly_with_tag=cygwin-1_7_29-release-branchpointr1=1.6314.2.13r2=1.6314.2.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srconly_with_tag=cygwin-1_7_29-release-branchpointr1=1.285.2.4r2=1.285.2.5



src/winsup/cygwin ChangeLog fhandler_console.cc

2014-03-09 Thread cgf
CVSROOT:/cvs/src
Module name:src
Changes by: c...@sourceware.org 2014-03-09 18:46:30

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::char_command): Properly use 
calculated
value rather than directly using dev_state.args[0].

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.6363r2=1.6364
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.289r2=1.290



src/winsup/cygwin ChangeLog fhandler_console.cc

2014-03-09 Thread cgf
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-1_7_29-release-branchpoint
Changes by: c...@sourceware.org 2014-03-10 03:15:03

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::save_restore): Save only until 
last
written row and, because of this, don't bother trying to restore the 
screen
buffer size.  Set cursor position after refilling buffer.
(fhandler_console::write): Use absolute paths when saving/restoring 
cursor
position or suffer odd problems after a saved screen is restored.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srconly_with_tag=cygwin-1_7_29-release-branchpointr1=1.6314.2.21r2=1.6314.2.22
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srconly_with_tag=cygwin-1_7_29-release-branchpointr1=1.285.2.6r2=1.285.2.7



src/winsup/cygwin ChangeLog fhandler_console.cc

2014-03-09 Thread cgf
CVSROOT:/cvs/src
Module name:src
Changes by: c...@sourceware.org 2014-03-10 03:15:39

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::save_restore): Save only until 
last
written row and, because of this, don't bother trying to restore the 
screen
buffer size.  Set cursor position after refilling buffer.
(fhandler_console::write): Use absolute paths when saving/restoring 
cursor
position or suffer odd problems after a saved screen is restored.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.6366r2=1.6367
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.291r2=1.292



src/winsup/cygwin ChangeLog fhandler_console.cc

2014-02-22 Thread cgf
CVSROOT:/cvs/src
Module name:src
Changes by: c...@sourceware.org 2014-02-23 03:42:02

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* dev_console::scroll_buffer): Reinstate clipping region.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.6346r2=1.6347
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.287r2=1.288



src/winsup/cygwin ChangeLog fhandler_console.cc

2012-04-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2012-04-24 14:39:23

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (ALT_PRESSED): Define earlier, never undefine.
(CTRL_PRESSED): Ditto.
(fhandler_console::read): Simplify expressions testing for pressed ALT
or CTRL modifier keys.
(get_nonascii_key): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.5812r2=1.5813
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.271r2=1.272



src/winsup/cygwin ChangeLog fhandler_console.cc

2012-03-02 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2012-03-02 10:17:16

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::input_tcsetattr): Set the
state of the Ctrl-C handler depending on the setting of
ENABLE_PROCESSED_INPUT.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.5726r2=1.5727
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.261r2=1.262



src/winsup/cygwin ChangeLog fhandler_console.cc

2012-03-02 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2012-03-02 11:56:06

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::input_tcsetattr): Revert
prevois patch.
(fhandler_console::open_setup): Install Ctrl-C handler here, if this
console is the controlling tty and the process hasn't been started by
a Cygwin process.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.5727r2=1.5728
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.262r2=1.263



src/winsup/cygwin ChangeLog fhandler_console.cc

2011-10-12 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2011-10-12 14:19:21

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::cursor_set): Disable forcing
y to the current winBottom position.  Explain why.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.5516r2=1.5517
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.250r2=1.251



src/winsup/cygwin ChangeLog fhandler_console.cc

2011-07-14 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2011-07-14 10:02:11

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::input_tcsetattr): Revert to
setting ENABLE_PROCESSED_INPUT depending on ISIG and IGNBRK.
(fhandler_console::tcgetattr): Set ISIG depending on
ENABLE_PROCESSED_INPUT as well.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.5444r2=1.5445
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.244r2=1.245



src/winsup/cygwin ChangeLog fhandler_console.cc

2011-07-05 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2011-07-05 18:01:13

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::input_tcsetattr): Make
ENABLE_PROCESSED_INPUT flag only depending on value of IGNBRK.
(fhandler_console::tcgetattr): Don't set ISIG depending on
ENABLE_PROCESSED_INPUT, set IGNBRK instead.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.5432r2=1.5433
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.243r2=1.244



src/winsup/cygwin ChangeLog fhandler_console.cc

2011-06-30 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2011-06-30 13:55:57

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::read): Add comment.
(fhandler_console::input_tcsetattr): Don't set ENABLE_PROCESSED_INPUT
if IGNBRK flag is set.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.5419r2=1.5420
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.242r2=1.243



src/winsup/cygwin ChangeLog fhandler_console.cc

2011-06-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2011-06-24 08:25:19

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::read): Don't generate ^@ on
Ctrl+Alt+Space.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.5416r2=1.5417
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.241r2=1.242



src/winsup/cygwin ChangeLog fhandler_console.cc

2011-05-02 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2011-05-02 17:38:16

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::read): Make restartable and
cancelable.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.5293r2=1.5294
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.226r2=1.227



src/winsup/cygwin ChangeLog fhandler_console.cc

2011-02-07 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2011-02-07 11:18:20

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::write_normal): Remove
erroneous premature return after collecting truncated multibyte
sequence in trunc_buf.  Rather fall through to printing routine.
Fix return value to take trunc_buf content into account.  Improve
comments.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.5145r2=1.5146
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.221r2=1.222



src/winsup/cygwin ChangeLog fhandler_console.cc

2010-03-30 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2010-03-30 16:17:34

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
2010-03-30  Thomas Wolff  t...@towo.net

* fhandler.h (class dev_console): Drop vt100_graphics_mode_active.
Add flags vt100_graphics_mode_G0, vt100_graphics_mode_G1 and
iso_2022_G1.
* fhandler_console.cc: Throughout, tune VT100 graphics mode switching
to follow ISO 2022 strictly.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.4880r2=1.4881
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.215r2=1.216



src/winsup/cygwin ChangeLog fhandler_console.cc

2009-12-21 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-12-21 10:11:29

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (get_nonascii_key): Generate ESC prefix
for Alt modifier generically for function keys and keypad keys.
Distinguish Normal, Ctrl, Shift, Ctrl-Shift rather
than Normal, Ctrl, Shift, Alt, so that in combination with generic
Alt handling all 8 combinations of these modifiers are distinguished.
(keytable): Add escape sequences for remaining modified
function keys as a compatible extension using rxvt escape codes.
Also distinguish keypad keys modified with Ctrl, Shift, Ctrl-Shift
using xterm-style modifier coding.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.4748r2=1.4749
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.211r2=1.212



src/winsup/cygwin ChangeLog fhandler_console.cc

2009-12-19 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-12-19 15:40:31

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (__vt100_conv): Minor formatting change.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.4746r2=1.4747
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.210r2=1.211



src/winsup/cygwin ChangeLog fhandler_console.cc

2009-12-15 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-12-15 12:46:40

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (char_command): Fix code to select dim mode
to 2 rather than 9.  Add entries for mode 22 (normal, not bold)
28 (visible, not invisible), 25 (not blinking).

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.4735r2=1.4736
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.207r2=1.208



src/winsup/cygwin ChangeLog fhandler_console.cc

2009-11-10 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-11-10 20:02:21

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::read): Revert change from
2009-11-09.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.4715r2=1.4716
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.206r2=1.207



src/winsup/cygwin ChangeLog fhandler_console.cc

2009-11-09 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-11-09 15:38:36

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::read): Restrict generating
META key sequences to singlebyte input chars.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.4712r2=1.4713
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.205r2=1.206



src/winsup/cygwin ChangeLog fhandler_console.cc

2009-09-30 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-09-30 09:23:45

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (beep): Move up to avoid forward declaration.
(fhandler_console::read): Just beep on characters invalid in current
charset.  Add comment.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.4666r2=1.4667
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.204r2=1.205



src/winsup/cygwin ChangeLog fhandler_console.cc

2009-07-25 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-07-25 08:27:10

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (set_console_title): Set buffer size to
TITLESIZE + 1.  Call sys_mbstowcs with correct destination length.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.4595r2=1.4596
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.200r2=1.201



src/winsup/cygwin ChangeLog fhandler_console.cc

2009-06-04 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-06-04 09:57:34

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::read): Allow Ctrl-Space to
emit a NUL byte.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.4503r2=1.4504
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.193r2=1.194



src/winsup/cygwin ChangeLog fhandler_console.cc

2009-06-04 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-06-04 14:59:48

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (set_console_title): Convert title string to
wchar_t and call SetConsoleTitleW.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.4504r2=1.4505
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.194r2=1.195



src/winsup/cygwin ChangeLog fhandler_console.cc

2009-06-03 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-06-03 11:07:41

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::read): Convert Alt-Backspace
to \033\177 or to \377 dependent on the setting of dev_state-metabit.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.4499r2=1.4500
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.192r2=1.193



src/winsup/cygwin ChangeLog fhandler_console.cc

2008-03-10 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2008-03-10 16:22:38

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler.h (dev_console::con_to_str): Declare returning DWORD.
* fhandler_console.cc (dev_console::con_to_str): Return number of
multibyte char bytes.
(fhandler_console::read): Set nread to number of multibyte char bytes
returned from con_to_str.
(fhandler_console::write_normal): Reorder trunc buffer preocessing.
Return after writing valid multibyte sequence out of trunc buffer.
Change comments slightly.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.4045r2=1.4046
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.175r2=1.176



src/winsup/cygwin ChangeLog fhandler_console.cc

2006-11-23 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-11-23 10:08:04

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (set_color): Avoid (again) inappropriate
intensity interchanging that used to render reverse output unreadable
when (non-reversed) text is bright.
See http://sourceware.org/bugzilla/show_bug.cgi?id=514

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.3649r2=1.3650
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.165r2=1.166



src/winsup/cygwin ChangeLog fhandler_console.cc

2004-12-16 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2004-12-16 13:19:09

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (get_win32_attr): Avoid inappropriate intensity
interchanging that used to render reverse output unreadable when
non-reversed text is bright.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.2619r2=1.2620
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.133r2=1.134



src/winsup/cygwin ChangeLog fhandler_console.cc

2004-01-14 Thread cgf
CVSROOT:/cvs/src
Module name:src
Branch: cgf-deleteme
Changes by: [EMAIL PROTECTED]   2004-01-14 21:49:24

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::close): Fix debugging output.
(fhandler_console::fixup_after_fork): Decrement open_fhs prior to call to
fhandler_console::open since this would cause incrementing too much
incrementing in child processes.  (Probably needs to be handled more elegantly
someday)
(fhandler_console::fixup_after_exec): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srconly_with_tag=cgf-deletemer1=1.2260.2.5r2=1.2260.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srconly_with_tag=cgf-deletemer1=1.120r2=1.120.2.1



src/winsup/cygwin ChangeLog fhandler_console.cc

2003-03-02 Thread cgf
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2003-03-03 03:58:11

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::close): Don't decrement in use counter
if in vfork fixup stage.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.1788r2=1.1789
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.105r2=1.106




src/winsup/cygwin ChangeLog fhandler_console.cc

2003-01-24 Thread cgf
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]  2003-01-25 01:17:51

Modified files:
winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
* fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll region
if size changes.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=srcr1=1.1713r2=1.1714
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=srcr1=1.101r2=1.102