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

Diff for /src/usr.bin/tmux/window-tree.c between version 1.13 and 1.14

version 1.13, 2017/07/12 14:31:06 version 1.14, 2017/07/28 10:59:58
Line 244 
Line 244 
         item->pane = -1;          item->pane = -1;
   
         text = format_single(NULL,          text = format_single(NULL,
             "#{window_name}#{window_flags} (#{window_panes} panes)",              "#{window_name}#{window_flags} (#{window_panes} panes)"
               "#{?#{==:#{window_panes},1}, \"#{pane_title}\",}",
             NULL, s, wl, NULL);              NULL, s, wl, NULL);
         xasprintf(&name, "%u", wl->idx);          xasprintf(&name, "%u", wl->idx);
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14