aboutsummaryrefslogtreecommitdiffstats
path: root/ui/terminal/smart_status.go
Commit message (Expand)AuthorAgeFilesLines
* status table: don't write newlines in non-scrolling terminalsColin Cross2019-12-111-29/+21
* status table: ANSI code rows and columns are 1-basedColin Cross2019-12-111-4/+4
* Default to the status table outputDan Willemsen2019-12-111-4/+15
* Color long running durations when using action table outputColin Cross2019-12-111-9/+24
* Support an action table that shows longest running actionsColin Cross2019-12-111-6/+216
* Use SIGWINCH to update terminal sizeColin Cross2019-12-111-11/+55
* Revert "Use SIGWINCH to update terminal size"Colin Cross2019-12-111-51/+11
* Use SIGWINCH to update terminal sizeColin Cross2019-12-111-11/+51
* Make status line boldColin Cross2019-12-111-3/+5
* Move all output through StatusOutputColin Cross2019-12-111-0/+7
* Remove terminal.WriterColin Cross2019-12-111-3/+4
* Move smart and dumb terminals into separate implementationsColin Cross2019-12-111-0/+148