Show last client activity time in default choose-client list.

pull/1/head
Nicholas Marriott 2012-11-05 13:13:04 +00:00
parent 241a746f32
commit c68efec6c0
1 changed files with 2 additions and 1 deletions

3
tmux.h
View File

@ -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 \