Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | status table: don't write newlines in non-scrolling terminals | Colin Cross | 2019-12-11 | 1 | -29/+21 |
* | status table: ANSI code rows and columns are 1-based | Colin Cross | 2019-12-11 | 1 | -4/+4 |
* | Default to the status table output | Dan Willemsen | 2019-12-11 | 1 | -4/+15 |
* | Color long running durations when using action table output | Colin Cross | 2019-12-11 | 1 | -9/+24 |
* | Support an action table that shows longest running actions | Colin Cross | 2019-12-11 | 1 | -6/+216 |
* | Use SIGWINCH to update terminal size | Colin Cross | 2019-12-11 | 1 | -11/+55 |
* | Revert "Use SIGWINCH to update terminal size" | Colin Cross | 2019-12-11 | 1 | -51/+11 |
* | Use SIGWINCH to update terminal size | Colin Cross | 2019-12-11 | 1 | -11/+51 |
* | Make status line bold | Colin Cross | 2019-12-11 | 1 | -3/+5 |
* | Move all output through StatusOutput | Colin Cross | 2019-12-11 | 1 | -0/+7 |
* | Remove terminal.Writer | Colin Cross | 2019-12-11 | 1 | -3/+4 |
* | Move smart and dumb terminals into separate implementations | Colin Cross | 2019-12-11 | 1 | -0/+148 |