mirror of
https://github.com/tmux/tmux.git
synced 2025-09-06 08:57:06 +00:00
Sync OpenBSD patchset 1062:
Break out termios initialization into a separate function, from George Nachman.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -1440,6 +1440,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