summaryrefslogtreecommitdiffstats
path: root/src/line_printer.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1473 from zdave/query-term-stdoutJan Niklas Hasse2018-11-051-1/+1
|\
| * Query terminal width from STDOUT_FILENODavid Emett2018-09-291-1/+1
* | Do not always strip colored output in verbose mode, fix #1214Jan Niklas Hasse2018-11-051-0/+1
|/
* win: Use full console width for status messages.Nico Weber2014-12-021-7/+4
* win/lineprinter: Use a vector instead of manual memory management.Nico Weber2014-12-021-8/+4
* win: Let the "Pause" key or Ctrl-S pause output.Nico Weber2014-12-021-10/+5
* Update line_printer.ccppbrown2014-10-271-0/+1
* Introduce the "console" poolPeter Collingbourne2014-02-031-6/+45
* Use fwrite to print whatever the subcommand wroteReid Kleckner2013-07-021-1/+5
* drop std:: qualifiers on more stl datatypesEvan Martin2013-04-181-1/+1
* fix windows build after depslogScott Graham2013-04-091-4/+6
* Try to fix build on Linux.Nico Weber2013-04-091-0/+2
* move printing of new lines into LinePrinter.Nico Weber2013-04-091-0/+7
* move single-line printing to new classNico Weber2013-04-091-0/+98