aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-03-18 01:55:45 +0000
committerTiago Cunha <tcunha@gmx.com>2012-03-18 01:55:45 +0000
commit070d266aae6dd309d3fb9c4fab7d30f0fbc88854 (patch)
treed31640c8955a0e92359fed73be52586703bf79e3 /tmux.h
parent3b990ef6b20a5273a1f0c555cfa812d65312ceae (diff)
downloadrtmux-070d266aae6dd309d3fb9c4fab7d30f0fbc88854.tar.gz
rtmux-070d266aae6dd309d3fb9c4fab7d30f0fbc88854.tar.bz2
rtmux-070d266aae6dd309d3fb9c4fab7d30f0fbc88854.zip
Sync OpenBSD patchset 1054:
Send secondary DA to terminals with XT in terminfo when starting up and parse it to work out the xterm version.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index ed34cbe8..744cd2c5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1009,6 +1009,7 @@ LIST_HEAD(tty_terms, tty_term);
struct tty {
char *path;
+ u_int xterm_version;
u_int sx;
u_int sy;