[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.18 and 1.19

version 1.18, 2014/10/20 22:29:25 version 1.19, 2014/10/20 23:35:28
Line 28 
Line 28 
  * List all clients.   * List all clients.
  */   */
   
   #define LIST_CLIENTS_TEMPLATE                                   \
           "#{client_tty}: #{session_name} "                       \
           "[#{client_width}x#{client_height} #{client_termname}]" \
           "#{?client_utf8, (utf8),} #{?client_readonly, (ro),}"
   
 enum cmd_retval cmd_list_clients_exec(struct cmd *, struct cmd_q *);  enum cmd_retval cmd_list_clients_exec(struct cmd *, struct cmd_q *);
   
 const struct cmd_entry cmd_list_clients_entry = {  const struct cmd_entry cmd_list_clients_entry = {

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19