aboutsummaryrefslogtreecommitdiffstats
path: root/termui/help_bar.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix help bar readability in terminal with bright backgroundZdenek Crha2020-09-271-2/+2
| | | | | | | | | Set both background and foreground color when displaying help bar to avoid sitation where default foreground color used by terminal is hard to read on blue background (like cyan on blue or black on blue). Apply colors to whole generated help bar to avoid 'stripes' of different background color where whitespace is used between help items.
* termui: help bar background goes all the widthMichael Muré2020-08-221-5/+11
|
* termui: make the help visually easier to parseMichael Muré2020-08-221-0/+24