summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2021-08-15 13:44:35 +0200
committerJan Janssen <medhefgo@web.de>2021-08-17 13:59:13 +0200
commit2e65d6103d0235d61217c56679e1e1951019f486 (patch)
tree280681b6f3c545e981cc4d121b0c76f355e1a6d7 /meson_options.txt
parente313e934db2baab43f64ad47b8c4be3c3e746b46 (diff)
downloadsystemd-2e65d6103d0235d61217c56679e1e1951019f486.tar.gz
sd-boot: Draw custom edit cursor
Firmware likes to draw the EFI provided cursor in a weird way that makes it invisible sometimes. This is even more likely to happen if unusual colors are picked. It also fails to draw attention to the user by being very small and not blinking. Additionally, to make it more clear that we are in edit mode, we now default to inverting the general default color and use that for our line edit. Fixes: #19301
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index bcde759044..b122f275da 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -436,7 +436,7 @@ option('efi-color-entry', type : 'string', value : 'lightgray,black',
description : 'boot loader color for entries')
option('efi-color-highlight', type : 'string', value : 'black,lightgray',
description : 'boot loader color for selected entries')
-option('efi-color-edit', type : 'string', value : 'lightgray,black',
+option('efi-color-edit', type : 'string', value : 'black,lightgray',
description : 'boot loader color for option line edit')
option('bashcompletiondir', type : 'string',