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

Diff for /src/usr.bin/tmux/cmd-list-keys.c between version 1.43 and 1.44

version 1.43, 2017/04/21 14:01:19 version 1.44, 2017/05/01 12:20:55
Line 144 
Line 144 
                     "#{command_list_usage}";                      "#{command_list_usage}";
         }          }
   
         ft = format_create(item, FORMAT_NONE, 0);          ft = format_create(item->client, item, FORMAT_NONE, 0);
         format_defaults(ft, NULL, NULL, NULL, NULL);          format_defaults(ft, NULL, NULL, NULL, NULL);
   
         for (entryp = cmd_table; *entryp != NULL; entryp++) {          for (entryp = cmd_table; *entryp != NULL; entryp++) {

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44