1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-18 02:08:48 +00: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