diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-03-18 01:55:45 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-03-18 01:55:45 +0000 |
commit | 070d266aae6dd309d3fb9c4fab7d30f0fbc88854 (patch) | |
tree | d31640c8955a0e92359fed73be52586703bf79e3 /tmux.h | |
parent | 3b990ef6b20a5273a1f0c555cfa812d65312ceae (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1009,6 +1009,7 @@ LIST_HEAD(tty_terms, tty_term); struct tty { char *path; + u_int xterm_version; u_int sx; u_int sy; |