cli/utils
Mislav Marohnić ed15bebb84 Ensure that table printer fills the full width of the terminal
Sometimes, due to rounding errors, after calculating the width of each
column in a table, the sum of all columns would be shorter that the
total available width in the terminal. This reimplements the elastic
column resizing algorithm to ensure that all available space has been
filled.

As a bonus fix, columns that contain URLs are never truncated.
2021-03-11 19:04:57 +01:00
..
table_printer.go Ensure that table printer fills the full width of the terminal 2021-03-11 19:04:57 +01:00
table_printer_test.go Fix crash in issue/pr list for narrow terminals 2020-02-18 20:03:09 +01:00
terminal.go Avoid interface for collecting file descriptors 2020-09-25 11:31:22 +01:00
utils.go 🔥 utils.Spinner 2021-01-20 14:48:14 +01:00
utils_test.go Add issue comment viewing 2020-12-07 14:25:04 -05:00