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:
Nicholas Marriott
2012-03-15 10:36:00 +00:00
parent 523ed3873d
commit c8c0d68128
4 changed files with 86 additions and 6 deletions

1
tmux.h
View File

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