diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-09 21:33:28 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-09 21:33:28 +0000 |
commit | 2ac6501698d5499967b33013d9f3fc8091fddc41 (patch) | |
tree | e699425a8ea2296d96aa0cd953646188a81df955 /control-notify.c | |
parent | 06ac399ce6dc25201cfd1670b08ed8758034e2dc (diff) | |
parent | dde5d49a5ed305cfa32f18c08d6f1b769d8ccef7 (diff) | |
download | rtmux-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.c | 2 |
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 |