OSDN Git Service

* fhandler.h (fhandler_termios::line_edit): Replace third argument with
authorcgf <cgf>
Fri, 27 Dec 2002 03:50:29 +0000 (03:50 +0000)
committercgf <cgf>
Fri, 27 Dec 2002 03:50:29 +0000 (03:50 +0000)
commitccec787a8864618207edd6106a921f42736358fd
treebe07abc0ee30bbc8f54abd15444abf6a30c80202
parentc652f137e0ef143dd87a5128c34915f42ed235e7
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_console.cc
winsup/cygwin/fhandler_termios.cc
winsup/cygwin/fhandler_tty.cc