diff options
author | Joe <rbo@gmx.us> | 2024-03-04 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-03-04 20:20:20 +0100 |
commit | 708fc4281d7db55e2b2229f7f78d9a2866fd4b47 (patch) | |
tree | bf6dade6611e782f4133df40f888136651228722 | |
parent | good progress (diff) | |
download | hardflip-708fc4281d7db55e2b2229f7f78d9a2866fd4b47.tar.gz hardflip-708fc4281d7db55e2b2229f7f78d9a2866fd4b47.tar.bz2 hardflip-708fc4281d7db55e2b2229f7f78d9a2866fd4b47.tar.xz hardflip-708fc4281d7db55e2b2229f7f78d9a2866fd4b47.tar.zst hardflip-708fc4281d7db55e2b2229f7f78d9a2866fd4b47.zip |
nice
-rw-r--r-- | src/i_ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_ui.go b/src/i_ui.go index db782c1..1bb927d 100644 --- a/src/i_ui.go +++ b/src/i_ui.go @@ -394,7 +394,7 @@ func i_prompt_generic(ui HardUI, prompt string, secret bool, home_dir string) { Bold(false). Underline(true) } else { - style = style.Foreground(tcell.ColorGreen) + style = style.Foreground(tcell.ColorGreen).Bold(false) } } i_draw_text(ui.s, len(prompt) + 1, |