Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-05-09 22:53:55 +0400
committerChristopher Faylor <me@cgf.cx>2001-05-09 22:53:55 +0400
commitcd94b71c1b254eb9f2d0ef8cfe99f100430cd86a (patch)
treed9c86d049e6ff03e06d70ae751986617c293a9b5 /winsup/cygwin/fhandler.h
parent00b59ce9c9eab2d1e6d4ff89807b5afd70d13a6f (diff)
* fhandler.h (fhandler_termios::echo_erase): Declare new method.
* fhandler_termios.cc (fhandler_termios::echo_erase): New method for echoing erase characters. (fhandler_termios::line_edit): Check the echo flag before echoing control characters (from Kazuhiro Fujieda <fujieda@jaist.ac.jp>).
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index 4101da545..7ed4d203a 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -600,6 +600,7 @@ public:
virtual void __release_output_mutex (const char *fn, int ln) {}
void fixup_after_fork (HANDLE);
void fixup_after_exec (HANDLE parent) { fixup_after_fork (parent); }
+ void echo_erase (int force = 0);
};
enum ansi_intensity