]> granicus.if.org Git - jq/commit
WriteFile() on WIN32 when stdout isatty (fix #824)
authorNicolas Williams <nico@cryptonector.com>
Mon, 22 Jun 2015 23:15:51 +0000 (18:15 -0500)
committerNicolas Williams <nico@cryptonector.com>
Tue, 23 Jun 2015 01:47:47 +0000 (20:47 -0500)
commit8aecf82bfef6647315eb96e69eac3f65ce38ee70
tree32353036d70a5409dcc78257f4eff836772051f1
parent10cbb9b5806cd3d9b01953bab47ede31fbfda671
WriteFile() on WIN32 when stdout isatty (fix #824)

Use WriteFile() and bypass stdio IFF stdout isatty and we're on Windows.
jv.h
jv_print.c
main.c
util.h