aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-01-11 16:09:57 +0000
committernicm <nicm>2017-01-11 16:09:57 +0000
commitbf6a5c056d4be87d68d0e3e409dbf8f116bc9317 (patch)
tree355ad75b270e8dceab9042a62e5fda6146cd0140 /tmux.h
parent7497ecd9798f738c585f1db1bded99ebf97182cf (diff)
downloadrtmux-bf6a5c056d4be87d68d0e3e409dbf8f116bc9317.tar.gz
rtmux-bf6a5c056d4be87d68d0e3e409dbf8f116bc9317.tar.bz2
rtmux-bf6a5c056d4be87d68d0e3e409dbf8f116bc9317.zip
Add a format for terminal type.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 66b8d3af..3108f81e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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,