The branch, master has been updated
       via  be10e8eee6fa443244536fd76110b3863c505cca (commit)
       via  c68efec6c0f1a6ecf4950e4ddada4430fdea4156 (commit)
      from  cb4553bd06645713c83ae169893eb1db6038c566 (commit)

- Log -----------------------------------------------------------------
commit be10e8eee6fa443244536fd76110b3863c505cca
Merge: cb4553b c68efec
Author: Thomas Adam <tho...@xteddy.org>
Commit: Thomas Adam <tho...@xteddy.org>

    Merge branch 'obsd-master'
    
    Sync from OpenBSD.

 tmux.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)



commit c68efec6c0f1a6ecf4950e4ddada4430fdea4156
Author: Nicholas Marriott <n...@openbsd.org>
Commit: Nicholas Marriott <n...@openbsd.org>

    Show last client activity time in default choose-client list.
---
 tmux.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tmux.h b/tmux.h
index 2e2d982..4a5326c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -100,7 +100,8 @@ extern char   **environ;
 #define CHOOSE_CLIENT_TEMPLATE                                 \
        "#{client_tty}: #{session_name} "                       \
        "[#{client_width}x#{client_height} #{client_termname}]" \
-       "#{?client_utf8, (utf8),} #{?client_readonly, (ro),}"
+       "#{?client_utf8, (utf8),}#{?client_readonly, (ro),} "   \
+       "(last used #{client_activity_string})"
 
 /* Default templates for choose-tree. */
 #define CHOOSE_TREE_SESSION_TEMPLATE                           \


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

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


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to