mirror of
https://github.com/tmux/tmux.git
synced 2025-09-06 00:37:06 +00:00
Style nits.
This commit is contained in:
@ -910,7 +910,7 @@ window_choose_write_line(struct window_pane *wp, struct screen_write_ctx *ctx,
|
||||
* expanded or not.
|
||||
*/
|
||||
(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)
|
||||
screen_write_putc(ctx, &gc, ' ');
|
||||
|
Reference in New Issue
Block a user