[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.3 and 1.4

version 1.3, 2009/07/26 12:58:44 version 1.4, 2009/11/13 19:53:29
Line 32 
Line 32 
 const struct cmd_entry cmd_list_clients_entry = {  const struct cmd_entry cmd_list_clients_entry = {
         "list-clients", "lsc",          "list-clients", "lsc",
         "",          "",
         0, 0,          0, "",
         NULL,          NULL,
         NULL,          NULL,
         cmd_list_clients_exec,          cmd_list_clients_exec,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4