* 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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user