From c8c0d681285938a0f8f6aaa34f85ca50c5494f1d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 15 Mar 2012 10:36:00 +0000 Subject: 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 69b777d8..801d2406 100644 --- a/tmux.h +++ b/tmux.h @@ -1013,6 +1013,7 @@ LIST_HEAD(tty_terms, tty_term); struct tty { char *path; + u_int xterm_version; u_int sx; u_int sy; -- cgit v1.2.3