mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
I prefer . here not :.
This commit is contained in:
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
|
#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);
|
utempter_add_record(wp->fd, s);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user