aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
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 dab15b3a..509497bb 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1021,7 +1021,6 @@ LIST_HEAD(tty_terms, tty_term);
struct tty {
struct client *client;
- char *path;
u_int sx;
u_int sy;
@@ -1285,6 +1284,7 @@ struct cmd_entry {
/* Client connection. */
struct client {
+ const char *name;
struct tmuxpeer *peer;
struct cmdq_list queue;