diff options
author | Thomas Adam <thomas@xteddy.org> | 2012-11-08 21:27:40 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2012-11-08 21:27:40 +0000 |
commit | be10e8eee6fa443244536fd76110b3863c505cca (patch) | |
tree | a8fc027cc5d886a48ef57d85d0bf4a03b873125f /tmux.h | |
parent | cb4553bd06645713c83ae169893eb1db6038c566 (diff) | |
parent | c68efec6c0f1a6ecf4950e4ddada4430fdea4156 (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |