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

Diff for /src/usr.bin/tmux/Attic/cmd-list-commands.c between version 1.5 and 1.6

version 1.5, 2009/11/26 21:37:13 version 1.6, 2011/01/04 00:42:46
Line 28 
Line 28 
   
 const struct cmd_entry cmd_list_commands_entry = {  const struct cmd_entry cmd_list_commands_entry = {
         "list-commands", "lscm",          "list-commands", "lscm",
           "", 0, 0,
         "",          "",
         0, "",          0,
         NULL,          NULL,
         NULL,          NULL,
         cmd_list_commands_exec,          cmd_list_commands_exec
         NULL,  
         NULL  
 };  };
   
 /* ARGSUSED */  /* ARGSUSED */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6