This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: control characters echoed incorrectly.


On Thu, May 10, 2001 at 02:54:29AM +0900, Kazuhiro Fujieda wrote:
>The terminal device echoes control characters even when the echo 
>flag is off.
>
>2001-05-10  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
>
>	* fhandler_termios.cc (fhandler_termios::line_edit): Check the echo
>	flag before echoing control characters.

Good catch.  I made a modification to your patch.  I put the echoing of
the erase characters into an "echo_erase" method.

I've checked your changes in, with some modification.  I'd appreciate it
if you'd double check my modifications to your changes.

Thanks.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]