mirror of
https://github.com/tmux/tmux.git
synced 2025-10-26 12:27:15 +00:00
Break out termios initialization into a separate function, from George
Nachman.
This commit is contained in:
1
tmux.h
1
tmux.h
@@ -1444,6 +1444,7 @@ void environ_update(const char *, struct environ *, struct environ *);
|
||||
void environ_push(struct environ *);
|
||||
|
||||
/* tty.c */
|
||||
void tty_init_termios(int, struct termios *, struct bufferevent *);
|
||||
void tty_raw(struct tty *, const char *);
|
||||
void tty_attributes(struct tty *, const struct grid_cell *);
|
||||
void tty_reset(struct tty *);
|
||||
|
||||
Reference in New Issue
Block a user