[BACK]Return to cmd-list-clients.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-list-clients.c between version 1.31 and 1.32

version 1.31, 2017/02/03 11:57:27 version 1.32, 2017/04/05 10:49:46
Line 29 
Line 29 
  */   */
   
 #define LIST_CLIENTS_TEMPLATE                                   \  #define LIST_CLIENTS_TEMPLATE                                   \
         "#{client_tty}: #{session_name} "                       \          "#{client_name}: #{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),}"
   

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32