cli/utils
Mislav Marohnić 88aacc14f0 Fix gray color presentation across terminals
We used to send the ANSI sequence for "bright black" when we wanted gray, but this color turns out to not be visible in some popular color schemes.

Instead, when we detect a 256-color terminal, switch to displaying a color sequence for gray that is consistent and does not depend on terminal color scheme.
2020-09-16 17:57:13 +02:00
..
color.go Fix gray color presentation across terminals 2020-09-16 17:57:13 +02:00
table_printer.go Isolate pr list command 2020-08-04 18:38:06 +02:00
table_printer_test.go Fix crash in issue/pr list for narrow terminals 2020-02-18 20:03:09 +01:00
terminal.go remove package level terminal check state 2020-07-17 15:02:05 -05:00
utils.go gh pr checks 2020-08-28 13:18:59 -05:00
utils_test.go support more time units 2020-01-21 14:25:38 -06:00