From 070d266aae6dd309d3fb9c4fab7d30f0fbc88854 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 18 Mar 2012 01:55:45 +0000 Subject: 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. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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; -- cgit