Extend the menu drawing function to support custom characters and

styles, from Alexis Hildebrandt.
This commit is contained in:
nicm
2023-08-08 07:41:04 +00:00
parent 2b535bc173
commit 1071ef8fc5
4 changed files with 89 additions and 68 deletions

View File

@ -242,7 +242,7 @@ window_client_draw(__unused void *modedata, void *itemdata,
screen_write_cursormove(ctx, cx, cy + 2, 0);
else
screen_write_cursormove(ctx, cx, cy + sy - 1 - lines, 0);
screen_write_hline(ctx, sx, 0, 0);
screen_write_hline(ctx, sx, 0, 0, BOX_LINES_DEFAULT, NULL);
if (at != 0)
screen_write_cursormove(ctx, cx, cy, 0);