Move get_nonascii_key into fhandler_console.
* fhandler.h (fhandler_console): Move get_nonascii_key() from select.c into this class. * select.cc (peek_console): Move get_nonascii_key() into fhandler_console class.
This commit is contained in:
committed by
Corinna Vinschen
parent
3bc912c02b
commit
b92b47b7bc
@ -1469,6 +1469,7 @@ private:
|
||||
bool set_unit ();
|
||||
static bool need_invisible ();
|
||||
static void free_console ();
|
||||
static const char *get_nonascii_key (INPUT_RECORD& input_rec, char *);
|
||||
|
||||
fhandler_console (void *) {}
|
||||
|
||||
|
Reference in New Issue
Block a user