mirror of
https://github.com/tmux/tmux.git
synced 2025-01-27 16:48:49 +00:00
Show last client activity time in default choose-client list.
This commit is contained in:
parent
241a746f32
commit
c68efec6c0
3
tmux.h
3
tmux.h
@ -100,7 +100,8 @@ extern char **environ;
|
|||||||
#define CHOOSE_CLIENT_TEMPLATE \
|
#define CHOOSE_CLIENT_TEMPLATE \
|
||||||
"#{client_tty}: #{session_name} " \
|
"#{client_tty}: #{session_name} " \
|
||||||
"[#{client_width}x#{client_height} #{client_termname}]" \
|
"[#{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. */
|
/* Default templates for choose-tree. */
|
||||||
#define CHOOSE_TREE_SESSION_TEMPLATE \
|
#define CHOOSE_TREE_SESSION_TEMPLATE \
|
||||||
|
Loading…
Reference in New Issue
Block a user