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

Diff for /src/usr.bin/tmux/Attic/window-choose.c between version 1.86 and 1.87

version 1.86, 2017/02/03 11:57:28 version 1.87, 2017/02/16 10:53:25
Line 910 
Line 910 
                      * expanded or not.                       * expanded or not.
                      */                       */
                     (item->wcd->type & TREE_SESSION) ?                      (item->wcd->type & TREE_SESSION) ?
                     (item->state & TREE_EXPANDED ? "-" : "+") : "", item->name);                      ((item->state & TREE_EXPANDED) ? "-" : "+") : "", item->name);
         }          }
         while (s->cx < screen_size_x(s) - 1)          while (s->cx < screen_size_x(s) - 1)
                 screen_write_putc(ctx, &gc, ' ');                  screen_write_putc(ctx, &gc, ' ');

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87