aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-04-06 11:10:17 +0100
committerThomas Adam <thomas@xteddy.org>2017-04-06 11:10:17 +0100
commit5f662d91db658abbcd46d7a678c0250754be35e3 (patch)
treebed316d0ce8c4a770b5e42608a36dafc0a9eee2d /tmux.h
parent05c97d7fe9ede1b9d185ed21242eb8470350affc (diff)
parent94b71bcb6403d381515319b08a85878b829785d5 (diff)
downloadrtmux-5f662d91db658abbcd46d7a678c0250754be35e3.tar.gz
rtmux-5f662d91db658abbcd46d7a678c0250754be35e3.tar.bz2
rtmux-5f662d91db658abbcd46d7a678c0250754be35e3.zip
Merge branch 'obsd-master'
Conflicts: server-client.c tmux.1
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 1cd9e9dc..12847f1e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1025,7 +1025,6 @@ LIST_HEAD(tty_terms, tty_term);
struct tty {
struct client *client;
- char *path;
u_int sx;
u_int sy;
@@ -1289,6 +1288,7 @@ struct cmd_entry {
/* Client connection. */
struct client {
+ const char *name;
struct tmuxpeer *peer;
struct cmdq_list queue;