aboutsummaryrefslogtreecommitdiff
path: root/control-notify.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-03-09 21:33:28 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-03-09 21:33:28 +0000
commit2ac6501698d5499967b33013d9f3fc8091fddc41 (patch)
treee699425a8ea2296d96aa0cd953646188a81df955 /control-notify.c
parent06ac399ce6dc25201cfd1670b08ed8758034e2dc (diff)
parentdde5d49a5ed305cfa32f18c08d6f1b769d8ccef7 (diff)
downloadrtmux-2ac6501698d5499967b33013d9f3fc8091fddc41.tar.gz
rtmux-2ac6501698d5499967b33013d9f3fc8091fddc41.tar.bz2
rtmux-2ac6501698d5499967b33013d9f3fc8091fddc41.zip
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'control-notify.c')
-rw-r--r--control-notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-notify.c b/control-notify.c
index bb9708c8..6bc98b6f 100644
--- a/control-notify.c
+++ b/control-notify.c
@@ -154,7 +154,7 @@ control_notify_attached_session_changed(struct client *c)
return;
s = c->session;
- control_write(c, "%%session-changed %d %s", s->idx, s->name);
+ control_write(c, "%%session-changed %d %s", s->id, s->name);
}
void