[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.39 and 1.40

version 1.39, 2013/03/22 10:31:22 version 1.40, 2013/03/22 10:38:33
Line 753 
Line 753 
                     (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))          while (s->cx < screen_size_x(s) - 1)
                 screen_write_putc(ctx, &gc, ' ');                  screen_write_putc(ctx, &gc, ' ');
   
         if (data->input_type != WINDOW_CHOOSE_NORMAL) {          if (data->input_type != WINDOW_CHOOSE_NORMAL) {

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40