|
Lines 21-27
struct termios get_saved_tio(void);
Link Here
|
| 21 |
void leave_raw_mode(void); |
21 |
void leave_raw_mode(void); |
| 22 |
void enter_raw_mode(void); |
22 |
void enter_raw_mode(void); |
| 23 |
|
23 |
|
| 24 |
int pty_allocate(int *, int *, char *, int); |
24 |
int pty_allocate(int *, int *, char *, int, pid_t); |
| 25 |
void pty_release(const char *); |
25 |
void pty_release(const char *); |
| 26 |
void pty_make_controlling_tty(int *, const char *); |
26 |
void pty_make_controlling_tty(int *, const char *); |
| 27 |
void pty_change_window_size(int, int, int, int, int); |
27 |
void pty_change_window_size(int, int, int, int, int); |