#include "win.h"#include <string.h>#include <termio.h>#include <fcntl.h>Go to the source code of this file.
Defines | |
| #define | MYCMASK 0377 |
| #define | BACKSPACE 8 |
| #define | TAB 9 |
| #define | LINE_FEED 10 |
| #define | CARRIAGE_RETURN 13 |
| #define | REFRESH 18 |
| #define | KILL_LINE 21 |
| #define | KILL_WORD 23 |
| #define | DEL 127 |
| #define | IDLESTRNGCNT_MAX 255 |
Functions | |
| get_timeout () | |
| getchar_ub () | |
| process_char (c) char c | |
Variables | |
| struct termios ios0 | ios1 |
| char | idlestrng [256] |
| int | fd |
| int | idlestrngcnt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 57 of file termio.c. Referenced by get_timeout(). |
|
|
Referenced by get_timeout(). |
|
|
|
|
|
|
|
|
|
|
|
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001