summaryrefslogtreecommitdiffstats
path: root/src/line_printer.cc
Commit message (Expand)AuthorAgeFilesLines
* Add 'using namespace std;' to all cc files to prepare for removing it from he...Michael Jones2020-09-301-0/+2
* Merge pull request #1508 from mqudsi/colored_failJan Niklas Hasse2019-08-021-1/+3
|\
| * Unset suports_color_ if SetConsoleMode fails on WIN32Mahmoud Al-Qudsi2018-12-101-1/+3
* | Feature/add term env dumb to win32 (#1550)jhuels2019-04-161-5/+9
|/
* Enable ANSI escape sequences on Windows 10 terminalsGoaLitiuM2018-11-141-0/+12
* Allow disabling of escape code stripping, fix #1475Jan Niklas Hasse2018-11-131-0/+4
* 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