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.
This commit is contained in:
Tiago Cunha
2012-03-18 01:55:45 +00:00
parent 3b990ef6b2
commit 070d266aae
4 changed files with 86 additions and 6 deletions

1
tmux.h
View File

@ -1009,6 +1009,7 @@ LIST_HEAD(tty_terms, tty_term);
struct tty {
char *path;
u_int xterm_version;
u_int sx;
u_int sy;