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>2000-12-15 07:42:20 +0300
committerChristopher Faylor <me@cgf.cx>2000-12-15 07:42:20 +0300
commit80d0051c3714bed2c2c922f23b907d6ba11b19da (patch)
tree815778816e716b5532f2287bea47aa32a8005f26 /winsup/cygwin/fhandler.h
parent9c2b8183424dad2579bebcd818ecd60d6c08832f (diff)
* fhandler.h (fhandler_console): Add additional argument to char_command
method. * fhandler_console.cc (fhandler_console::read): Revert previously misapplied patch. (fhandler_console::char_command): Add a second argument. (fhandler_console::write): Recognize when a '?' is found after a <esc>[.
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index 9010a17a5..27a5cb942 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -595,7 +595,7 @@ private:
void cursor_get (int *, int *);
void cursor_rel (int, int);
const unsigned char * write_normal (unsigned const char*, unsigned const char *);
- void char_command (char);
+ void char_command (char, bool);
int output_tcsetattr (int a, const struct termios *t);
/* Input calls */