From 1071ef8fc5bd5d2776dd6b413ce0535a0f81be65 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 8 Aug 2023 07:41:04 +0000 Subject: Extend the menu drawing function to support custom characters and styles, from Alexis Hildebrandt. --- window-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'window-client.c') diff --git a/window-client.c b/window-client.c index 8d501b0d..b704b530 100644 --- a/window-client.c +++ b/window-client.c @@ -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); -- cgit v1.2.3