The branch, master has been updated
       via  f3152079e1661897d514a1b2d7ee9ae6a786b821 (commit)
      from  bf82f15bbad02a8416608e9998cb8e8127806350 (commit)

- Log -----------------------------------------------------------------
commit f3152079e1661897d514a1b2d7ee9ae6a786b821
Author: Nicholas Marriott <nicholas.marri...@gmail.com>
Commit: Nicholas Marriott <nicholas.marri...@gmail.com>

    I prefer . here not :.
---
 window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/window.c b/window.c
index 7053045..1dd70c4 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
 


-----------------------------------------------------------------------

Summary of changes:
 window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to