[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.2 and 1.3

version 1.2, 2017/05/31 15:27:57 version 1.3, 2017/06/07 14:37:30
Line 224 
Line 224 
                 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, window_client_build,
             window_client_draw, 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);
   
         mode_tree_build(data->data);          mode_tree_build(data->data);
Line 301 
Line 301 
          * Enter = detach client           * Enter = detach client
          */           */
   
         finished = mode_tree_key(data->data, &key, m);          finished = mode_tree_key(data->data, c, &key, m);
         switch (key) {          switch (key) {
         case 'd':          case 'd':
         case 'x':          case 'x':

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