Add a format for terminal type.

This commit is contained in:
nicm
2017-01-11 16:09:57 +00:00
parent 7497ecd979
commit bf6a5c056d
4 changed files with 19 additions and 14 deletions

5
tmux.h
View File

@@ -1112,9 +1112,6 @@ struct tty {
u_int rleft;
u_int rright;
char *termname;
struct tty_term *term;
int fd;
struct bufferevent *event;
@@ -1131,6 +1128,8 @@ struct tty {
#define TTY_FOCUS 0x40
int flags;
struct tty_term *term;
char *term_name;
int term_flags;
enum {
TTY_VT100,