mirror of
https://github.com/tmux/tmux.git
synced 2025-09-07 10:27:00 +00:00
Fix some customize mode drawing nits.
This commit is contained in:
@ -708,7 +708,8 @@ mode_tree_draw(struct mode_tree_data *mtd)
|
||||
else
|
||||
screen_write_puts(&ctx, &gc0, "active");
|
||||
screen_write_puts(&ctx, &gc0, ") ");
|
||||
}
|
||||
} else
|
||||
screen_write_puts(&ctx, &gc0, " ");
|
||||
}
|
||||
free(text);
|
||||
|
||||
|
Reference in New Issue
Block a user