OSDN Git Service

* fhandler.h (fhandler_termios::line_edit): Change return from an int to an
authorcgf <cgf>
Thu, 5 Dec 2002 16:24:52 +0000 (16:24 +0000)
committercgf <cgf>
Thu, 5 Dec 2002 16:24:52 +0000 (16:24 +0000)
commita367edbdf67856e89ed6d368e520a5b257588f1c
treef49af77916c55f31ed1efdb37dbb98ebe596db21
parent80c48ffd48276808f9531f73f8dec46906de29fa
* fhandler.h (fhandler_termios::line_edit): Change return from an int to an
enum to allow the function to return an error.
* fhandler_console.cc (fhandler_console::read): Update the line_edit call to
use the new enum.
* fhandler_termios.cc (fhandler_termios::line_edit): Change return from an int
to an enum to allow the function to return an error.  Put put_readahead call
before doecho for future patch.
* fhandler_tty.cc (fhandler_pty_master::write): Change to call line_edit one
character at a time, and stop if an error occurs.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_console.cc
winsup/cygwin/fhandler_termios.cc
winsup/cygwin/fhandler_tty.cc