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:
parent
bf82f15bba
commit
f3152079e1
2
window.c
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user