Try to show a better preview of sessions and windows in tree mode.

This commit is contained in:
nicm
2017-06-30 22:24:08 +00:00
parent 8b0fd63ddb
commit 7247553c77
4 changed files with 177 additions and 6 deletions

View File

@ -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)