list-clients/choose-client are broken in current svn because the new
template is not syntactically correct, see following patch.

While we're on the subject, is it a feature that choose-window now uses
the same template as list-windows? The old choose-window included the
title of the active pane which was a lot more useful than, say, the
layout.

diff --git a/tmux.h b/tmux.h
index 76c3033..d387193 100644
--- a/tmux.h
+++ b/tmux.h
@@ -93,8 +93,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} "           \

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to