mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
(tty_lowlevel_getch): used in lib/tty only.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
56f8164381
commit
6704d927c0
@ -38,6 +38,7 @@ extern char *rmcup;
|
||||
|
||||
char *mc_tty_normalize_from_utf8 (const char *);
|
||||
void tty_init_xterm_support (gboolean is_xterm);
|
||||
int tty_lowlevel_getch (void);
|
||||
|
||||
/*** inline functions ****************************************************************************/
|
||||
#endif /* MC_TTY_INTERNAL_H */
|
||||
|
@ -97,8 +97,6 @@ extern void tty_keypad (gboolean set);
|
||||
extern void tty_nodelay (gboolean set);
|
||||
extern int tty_baudrate (void);
|
||||
|
||||
extern int tty_lowlevel_getch (void);
|
||||
|
||||
/* {{{ Output }}} */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user