summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-05-27 21:43:57 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-05-27 21:43:57 +0000
commit993f1b96a3ced16479c5f3b91149087efab318bb (patch)
treef37c6ec3da27e5e4104b1d30ad252e67e3e721ed /tmux.h
parent196710e2d3602832595626aa8ec5973247aaff17 (diff)
Fix client templates, from Romain Francoise.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 8da42144..27c84c5d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -97,8 +97,8 @@ extern char **environ;
"#{line}: #{buffer_size} bytes: \"#{buffer_sample}\""
#define DEFAULT_CLIENT_TEMPLATE \
"#{client_tty}: #{session_name} " \
- "[#client_width}x#{client_height} #{client_termname}]" \
- "{?client_utf8, (utf8),} #{?client_readonly, (ro),}"
+ "[#{client_width}x#{client_height} #{client_termname}]" \
+ "#{?client_utf8, (utf8),} #{?client_readonly, (ro),}"
#define DEFAULT_DISPLAY_MESSAGE_TEMPLATE \
"[#{session_name}] #{window_index}:" \
"#{window_name}, current pane #{pane_index} " \