mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Try to show a better preview of sessions and windows in tree mode.
This commit is contained in:
@ -230,7 +230,7 @@ window_client_draw(__unused void *modedata, void *itemdata, u_int sx, u_int sy)
|
||||
screen_write_preview(&ctx, &wp->base, sx, sy - 3);
|
||||
|
||||
screen_write_cursormove(&ctx, 0, sy - 2);
|
||||
screen_write_line(&ctx, sx, 0, 0);
|
||||
screen_write_hline(&ctx, sx, 0, 0);
|
||||
|
||||
screen_write_cursormove(&ctx, 0, sy - 1);
|
||||
if (c->old_status != NULL)
|
||||
|
Reference in New Issue
Block a user