1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

I prefer . here not :.

This commit is contained in:
Nicholas Marriott 2014-02-24 23:11:25 +00:00
parent bf82f15bba
commit f3152079e1

View File

@ -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