summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2012-03-15 10:36:01 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2012-03-15 10:36:01 +0000
commite891a3c7cd7354263d02a419fb86cc74f6e96a47 (patch)
treeaf3309332e8dd5ced5b139681191717bbe4ad7ca /usr.bin/tmux/tmux.h
parenteffb2a3109325115c6e2afd043941df391e18964 (diff)
Send secondary DA to terminals with XT in terminfo when starting up and
parse it to work out the xterm version.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index b57d86dfe82..c3a98e91b44 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.320 2012/03/09 21:42:13 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.321 2012/03/15 10:36:00 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1013,6 +1013,7 @@ LIST_HEAD(tty_terms, tty_term);
struct tty {
char *path;
+ u_int xterm_version;
u_int sx;
u_int sy;