git-bug/termui
Zdenek Crha 999e61224c Fix 'no description' readability in terminal with bright background
The rendering of color for 'No description provided' text is broken on
bright terminals - it sets black background which together with default
black forground color renders opaque rectangle.

The GreyBold color alias is broken too - name suggests bold gray
forground color, but actually sets bold default fg color with black
bacground.

First make color alias consistent. Rename it to BlackBold and have it
set bold black fg color (same as similar *Bold aliases).

Second, update all places which use it to render text to also use white
background to prevent it from disappering in terminals with black
background color.
2020-09-27 09:22:34 +02:00
..
bug_table.go termui: don't pack it *that* much 2020-08-30 12:17:04 +02:00
help_bar.go Fix help bar readability in terminal with bright background 2020-09-27 09:22:34 +02:00
input_popup.go termui: migrate to awesome-gocui instead of the old fork I had 2019-11-03 20:47:29 +01:00
label_select.go termui: help bar background goes all the width 2020-08-22 15:27:57 +02:00
msg_popup.go various cleanups suggested by golang-ci 2020-02-08 16:17:15 +01:00
show_bug.go Fix 'no description' readability in terminal with bright background 2020-09-27 09:22:34 +02:00
termui.go termui: avoid importing a whole package to check an error 2020-07-20 15:45:31 +02:00