[BACK]Return to window-client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/window-client.c between version 1.4 and 1.5

version 1.4, 2017/06/08 07:48:04 version 1.5, 2017/06/09 15:29:15
Line 54 
Line 54 
 static const char *window_client_sort_list[] = {  static const char *window_client_sort_list[] = {
         "name",          "name",
         "size",          "size",
         "creation time",          "creation",
         "activity time"          "activity"
 };  };
   
 struct window_client_itemdata {  struct window_client_itemdata {
Line 247 
Line 247 
         else          else
                 data->command = xstrdup(args->argv[0]);                  data->command = xstrdup(args->argv[0]);
   
         data->data = mode_tree_start(wp, window_client_build,          data->data = mode_tree_start(wp, args, window_client_build,
             window_client_draw, NULL, data, window_client_sort_list,              window_client_draw, NULL, data, window_client_sort_list,
             nitems(window_client_sort_list), &s);              nitems(window_client_sort_list), &s);
   

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