[BACK]Return to tmux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.h between version 1.360 and 1.361

version 1.360, 2012/10/26 14:35:42 version 1.361, 2012/11/05 13:13:04
Line 100 
Line 100 
 #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                            \

Legend:
Removed from v.1.360  
changed lines
  Added in v.1.361