diff options
author | Christopher Faylor <me@cgf.cx> | 2002-12-27 03:50:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-12-27 03:50:29 +0000 |
commit | 46b73ef192bc8e1ef3db88d1da99dfbe28bb371b (patch) | |
tree | 0df82ef446efc511b01e4cae86426ef1050f7115 /winsup/cygwin/ChangeLog | |
parent | 4a5c645e6280415fc3fab8d0ae8d1b2da129ee6c (diff) | |
download | cygnal-46b73ef192bc8e1ef3db88d1da99dfbe28bb371b.tar.gz cygnal-46b73ef192bc8e1ef3db88d1da99dfbe28bb371b.tar.bz2 cygnal-46b73ef192bc8e1ef3db88d1da99dfbe28bb371b.zip |
* fhandler.h (fhandler_termios::line_edit): Replace third argument with
passed-in termios struct.
* fhandler_console.cc (fhandler_console::read): Prior to loop, make a copy of
current termios for passing to line_edit prior so that all characters are
processed consistently.
* fhandler_tty.cc (fhandler_pty_master::write): Ditto.
(process_input): Make a copy of curent termios prior to read for use in
subsequent line_edit.
* fhandler_termios.cc (fhandler_termios::line_edit): Replace third parameter
with passed-in termios struct and use it throughout rather than the data from
the current fhandler_termios class.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 252aacd05..763e5fdf9 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,17 @@ +2002-12-26 Christopher Faylor <cgf@redhat.com> + + * fhandler.h (fhandler_termios::line_edit): Replace third argument with + passed-in termios struct. + * fhandler_console.cc (fhandler_console::read): Prior to loop, make a + copy of current termios for passing to line_edit prior so that all + characters are processed consistently. + * fhandler_tty.cc (fhandler_pty_master::write): Ditto. + (process_input): Make a copy of curent termios prior to read for use in + subsequent line_edit. + * fhandler_termios.cc (fhandler_termios::line_edit): Replace third + parameter with passed-in termios struct and use it throughout rather + than the data from the current fhandler_termios class. + 2002-12-25 Christopher Faylor <cgf@redhat.com> * include/cygwin/version.h: Bump DLL minor number. |