#include <sys/types.h>#include <signal.h>#include <fcntl.h>#include <sys/file.h>#include <sys/ioctl.h>#include "config.h"#include "screen.h"#include "extern.h"Defines | |
| #define | O_NOCTTY 0 |
Functions | |
| void | SendBreak (struct win *wp, int n, int closeopen) |
| int | TtyGrabConsole (int fd, int on, char *rc_name) |
| char * | TtyGetModemStatus (int fd, char *buf) |
| baud_values * | lookup_baud (int baud) |
| int | SetBaud (struct mode *m, int ibaud, int obaud) |
Variables | |
| display * | display |
| display * | displays |
| int | iflag |
| int | separate_sids = 1 |
| int | ttyflag |
| mode * | mp |
| * | np |
| int | flow |
| int | interrupt |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.3