#include "hrl_lib/kbhit.h"
Go to the source code of this file.
Enumerations | |
| enum | { RESET, RAW, CBREAK } |
Functions | |
| unsigned char | kb_getc (void) |
| unsigned char | kb_getc_w (void) |
| int | set_tty_cbreak () |
| int | set_tty_cooked () |
| int | set_tty_raw (void) |
Variables | |
| static struct termios termattr | save_termattr |
| static int | ttysavefd = -1 |
| static enum { ... } | ttystate |
| int set_tty_cbreak | ( | ) |
| int set_tty_cooked | ( | ) |
| int set_tty_raw | ( | void | ) |
struct termios termattr save_termattr [static] |
enum { ... } ttystate [static] |