aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-11-22 22:19:04 +0000
committerThomas Adam <thomas@xteddy.org>2012-11-22 22:19:04 +0000
commit1bc910a963ab3c39a03ed3e6b4795c6b5d5b6d18 (patch)
tree388e4a83c5923bc3a80a185d456418df898f5cc2 /tmux.h
parent63f451965cf26bf6baadc374bd0dcadc8ca66308 (diff)
parent260419f48efccd1ca80cd00168ef2471e765e8b6 (diff)
downloadrtmux-1bc910a963ab3c39a03ed3e6b4795c6b5d5b6d18.tar.gz
rtmux-1bc910a963ab3c39a03ed3e6b4795c6b5d5b6d18.tar.bz2
rtmux-1bc910a963ab3c39a03ed3e6b4795c6b5d5b6d18.zip
Merge branch 'obsd-master'
Sync from OpenBSD.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index aca96613..faab3fee 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1189,7 +1189,7 @@ struct tty {
struct client *client;
char *path;
- u_int xterm_version;
+ u_int class;
u_int sx;
u_int sy;
@@ -1633,8 +1633,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 *);