aboutsummaryrefslogtreecommitdiffstats
path: root/ui/terminal
Commit message (Expand)AuthorAgeFilesLines
* smart_status: move channel write outside lock to avoid deadlockColin Cross2019-10-291-2/+7
* Force dumpvars into dumb terminal mode and move log filesColin Cross2019-09-232-5/+16
* status table: don't write newlines in non-scrolling terminalsColin Cross2019-09-201-29/+21
* status table: ANSI code rows and columns are 1-basedColin Cross2019-09-201-4/+4
* Default to the status table outputDan Willemsen2019-07-301-4/+15
* Perform TERM check for file writers onlyMikhail Naganov2019-07-021-3/+3
* Improve dumb terminal detectionMikhail Naganov2019-06-271-0/+3
* Color long running durations when using action table outputColin Cross2019-06-241-9/+24
* Support an action table that shows longest running actionsColin Cross2019-06-133-11/+227
* Use SIGWINCH to update terminal sizeColin Cross2019-06-132-11/+61
* Revert "Use SIGWINCH to update terminal size"Colin Cross2019-06-132-54/+11
* Use SIGWINCH to update terminal sizeColin Cross2019-06-122-11/+54
* Make status line boldColin Cross2019-06-122-13/+15
* Move all output through StatusOutputColin Cross2019-06-122-0/+12
* Remove terminal.WriterColin Cross2019-06-127-158/+70
* Move smart and dumb terminals into separate implementationsColin Cross2019-06-127-230/+352
* Add tests for status outputColin Cross2019-06-123-0/+307
* Provide an option to reduce build's verbosity.Sasha Smundak2019-02-071-7/+8
* Strip escape characters when TERM=dumbDan Willemsen2018-07-161-1/+1
* Move all status output to stdoutDan Willemsen2018-07-122-5/+7
* Add a unified status reporting UIDan Willemsen2018-07-127-0/+615