util/ansi-print.hh

Branch


Log

Author Commit Date CI Message
Khaled Hosny ed68db2c 2023-01-21T03:54:57 [util] Fix MSVC warning Apparently \e is non-standard extension not supported by MSVC. Use \033 instead. Fixes: warning C4129: 'e': unrecognized character escape sequence
Behdad Esfahbod e903397b 2023-01-16T12:33:17 Whitespace
Behdad Esfahbod 969914b2 2022-12-29T21:01:16 [view] Clean up includes
Behdad Esfahbod 962d4925 2022-12-29T20:39:02 [ansi] Optimize write
Behdad Esfahbod a35f8e34 2022-12-29T20:34:23 [ansi] Whitespace
Behdad Esfahbod 0004ec13 2022-12-29T20:26:42 [view] Write ansi output to --output-file Was writing to stdout all this time!
Behdad Esfahbod 3a319b59 2022-12-29T20:26:09 [ansi] Write \e directly
Behdad Esfahbod f8d052df 2022-06-22T18:35:48 [ansi-print] Remove impossible condition
Behdad Esfahbod 251320ea 2022-06-22T16:44:07 [ansi-print] Whitespace
Behdad Esfahbod 0d59d795 2022-06-22T16:39:36 [ansi-print] Precision
Behdad Esfahbod c695a091 2022-06-22T16:33:37 [ansi-print] Reorder cases; harmless
Behdad Esfahbod ae0fce31 2022-06-22T16:31:21 [ansi-print] Fix quadrants
Behdad Esfahbod 2ebaf0c5 2022-06-22T16:17:49 [ansi-print] Fix unicolor detection
Behdad Esfahbod a4db80ca 2022-06-22T16:13:53 [ansi-print] Fix color calculation Still something's wrong.
luz paz e2e30506 2022-01-16T07:00:53 Fix various typos Found via `codespell -q 3 -S ./perf/texts -L actualy,ba,beng,fo,gir,inout,nd,ot,pres,ro,te,teh,timne`
Behdad Esfahbod 4fe43ccb 2021-08-06T19:00:45 [util] Fold ansi-print.cc into ansi-print.hh
Behdad Esfahbod c77ae408 2018-08-25T22:36:36 Rename hb-*private.hh to hb-*.hh Sorry for the noise, downstream custom builders. Please adjust.
Behdad Esfahbod 17f40b7c 2017-10-27T09:22:30 Include hb-private.hh more consistently Part of fixing https://github.com/behdad/harfbuzz/issues/585
Behdad Esfahbod 52e7b142 2012-05-13T02:02:58 [util] Make hb-view print out Unicode art if stdout is a terminal