aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2014-02-24 23:11:25 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2014-02-24 23:11:25 +0000
commitf3152079e1661897d514a1b2d7ee9ae6a786b821 (patch)
tree62be41fba76a92414ef7e2c7f8ddde050210d910
parentbf82f15bbad02a8416608e9998cb8e8127806350 (diff)
downloadrtmux-f3152079e1661897d514a1b2d7ee9ae6a786b821.tar.gz
rtmux-f3152079e1661897d514a1b2d7ee9ae6a786b821.tar.bz2
rtmux-f3152079e1661897d514a1b2d7ee9ae6a786b821.zip
I prefer . here not :.
-rw-r--r--window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.c b/window.c
index 70530450..1dd70c44 100644
--- a/window.c
+++ b/window.c
@@ -893,7 +893,7 @@ window_pane_spawn(struct window_pane *wp, const char *cmd, const char *shell,
}
#ifdef HAVE_UTEMPTER
- xsnprintf(s, sizeof s, "tmux(%lu):%%%u", (long) getpid(), wp->id);
+ xsnprintf(s, sizeof s, "tmux(%lu).%%%u", (long) getpid(), wp->id);
utempter_add_record(wp->fd, s);
#endif