aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-11-08 21:27:40 +0000
committerThomas Adam <thomas@xteddy.org>2012-11-08 21:27:40 +0000
commitbe10e8eee6fa443244536fd76110b3863c505cca (patch)
treea8fc027cc5d886a48ef57d85d0bf4a03b873125f /tmux.h
parentcb4553bd06645713c83ae169893eb1db6038c566 (diff)
parentc68efec6c0f1a6ecf4950e4ddada4430fdea4156 (diff)
downloadrtmux-be10e8eee6fa443244536fd76110b3863c505cca.tar.gz
rtmux-be10e8eee6fa443244536fd76110b3863c505cca.tar.bz2
rtmux-be10e8eee6fa443244536fd76110b3863c505cca.zip
Merge branch 'obsd-master'
Sync from OpenBSD.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index c37a0247..59882029 100644
--- a/tmux.h
+++ b/tmux.h
@@ -96,7 +96,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 \