(tty_lowlevel_getch): used in lib/tty only.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2011-11-15 16:00:59 +03:00 committed by Slava Zanko
parent 56f8164381
commit 6704d927c0
2 changed files with 1 additions and 2 deletions

View File

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

View File

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