summaryrefslogtreecommitdiffstats
path: root/screen-write.c
diff options
context:
space:
mode:
authornicm <nicm>2023-08-15 07:01:47 +0000
committernicm <nicm>2023-08-15 07:01:47 +0000
commitb770a429c63a8e286dbd3939215fbffa59e73d9a (patch)
treed1bdeafad49032ea9cbf908c37b2e9737b828a91 /screen-write.c
parent57837bbf67c10638e0684c93bb29e88ca9b07b52 (diff)
Add an option menu-selected-style to configure the currently selected
menu item, from Alexis Hildebrandt.
Diffstat (limited to 'screen-write.c')
-rw-r--r--screen-write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen-write.c b/screen-write.c
index 25158ee5..ee3a31a1 100644
--- a/screen-write.c
+++ b/screen-write.c
@@ -733,7 +733,7 @@ screen_write_menu(struct screen_write_ctx *ctx, struct menu *menu, int choice,
continue;
}
- format_draw(ctx, gc, width, name, NULL, gc == choice_gc);
+ format_draw(ctx, gc, width, name, NULL, 0);
gc = &default_gc;
}