mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 23:56:58 +00:00
Some tidying and helper functions.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -1638,6 +1638,7 @@ struct environ *environ_for_session(struct session *, int);
|
||||
|
||||
/* tty.c */
|
||||
void tty_create_log(void);
|
||||
u_int tty_status_lines(struct client *);
|
||||
void tty_raw(struct tty *, const char *);
|
||||
void tty_attributes(struct tty *, const struct grid_cell *,
|
||||
const struct window_pane *);
|
||||
|
Reference in New Issue
Block a user