The branch, master has been updated
       via  44452823b7e4adb540145ad2c7aa4c32c7a5c6fc (commit)
      from  e4bb87032eb851338aa77bceb3e4581da3281a1d (commit)

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

    Fix double space in sessions template.
---
 tmux.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tmux.h b/tmux.h
index 70ea21b..d602b14 100644
--- a/tmux.h
+++ b/tmux.h
@@ -101,7 +101,7 @@ extern char   **environ;
 
 /* Default templates for choose-tree. */
 #define CHOOSE_TREE_SESSION_TEMPLATE                           \
-       "#{session_name}: #{session_windows} windows "          \
+       "#{session_name}: #{session_windows} windows"           \
        "#{?session_grouped, (group ,}"                         \
        "#{session_group}#{?session_grouped,),}"                \
        "#{?session_attached, (attached),}"


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

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


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to