* 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>[.
This commit is contained in:
Christopher Faylor
2000-12-15 04:42:20 +00:00
parent 9c2b818342
commit 80d0051c37
3 changed files with 51 additions and 127 deletions

View File

@ -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 */