mirror of
https://github.com/tmux/tmux.git
synced 2025-12-26 11:26:07 +00:00
Merge 80e6621298 into 096c4b3e63
This commit is contained in:
5
tmux.h
5
tmux.h
@@ -2542,6 +2542,11 @@ void tty_cmd_sixelimage(struct tty *, const struct tty_ctx *);
|
||||
void tty_cmd_syncstart(struct tty *, const struct tty_ctx *);
|
||||
void tty_default_colours(struct grid_cell *, struct window_pane *);
|
||||
|
||||
#ifdef TTY_OVER_SOCKET
|
||||
int tty_attach_stdin_to_socket(struct tty *, struct tmuxpeer *);
|
||||
int tty_attach_out_to_socket(struct tty *, struct client *);
|
||||
#endif
|
||||
|
||||
/* tty-term.c */
|
||||
extern struct tty_terms tty_terms;
|
||||
u_int tty_term_ncodes(void);
|
||||
|
||||
Reference in New Issue
Block a user