mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-18 01:20:17 +02:00
Put helper function back, will be needed in a bit.
This commit is contained in:
4
tmux.h
4
tmux.h
@@ -1193,7 +1193,7 @@ struct tty {
|
||||
struct client *client;
|
||||
|
||||
char *path;
|
||||
u_int xterm_version;
|
||||
u_int class;
|
||||
|
||||
u_int sx;
|
||||
u_int sy;
|
||||
@@ -1637,8 +1637,8 @@ void tty_pututf8(struct tty *, const struct grid_utf8 *);
|
||||
void tty_init(struct tty *, struct client *, int, char *);
|
||||
int tty_resize(struct tty *);
|
||||
int tty_set_size(struct tty *, u_int, u_int);
|
||||
void tty_set_class(struct tty *, u_int);
|
||||
void tty_start_tty(struct tty *);
|
||||
void tty_set_version(struct tty *, u_int);
|
||||
void tty_stop_tty(struct tty *);
|
||||
void tty_set_title(struct tty *, const char *);
|
||||
void tty_update_mode(struct tty *, int, struct screen *);
|
||||
|
Reference in New Issue
Block a user