diff options
author | Christopher Faylor <me@cgf.cx> | 2003-02-13 02:56:36 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-02-13 02:56:36 +0000 |
commit | 939d19b0da0f169f25007513f7afd3eae435f77e (patch) | |
tree | c51c958212276195866a9e29c64c6f39444fa7c5 | |
parent | 7a44ba059bef3cea74e2c2005e9c781592840e8e (diff) | |
download | cygnal-939d19b0da0f169f25007513f7afd3eae435f77e.tar.gz cygnal-939d19b0da0f169f25007513f7afd3eae435f77e.tar.bz2 cygnal-939d19b0da0f169f25007513f7afd3eae435f77e.zip |
* fhandler_tty.cc (process_input): Add sanity check to ensure that console
typeahead is cleared on signal.
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 3d4746cdc..f03c99e77 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2003-02-12 Christopher Faylor <cgf@redhat.com> + * fhandler_tty.cc (process_input): Add sanity check to ensure that + console typeahead is cleared on signal. + +2003-02-12 Christopher Faylor <cgf@redhat.com> + * spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code. |