From 1511d2d85e1a2142461af1b4cce4e47350fec7d0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 5 Aug 2017 20:50:30 +0300 Subject: Print progress to terminal by default --- build2/utility.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/utility.hxx') diff --git a/build2/utility.hxx b/build2/utility.hxx index bb0eb8e..f6f9fe9 100644 --- a/build2/utility.hxx +++ b/build2/utility.hxx @@ -96,6 +96,8 @@ namespace build2 next_word (const string&, size_t n, size_t& b, size_t& e, char d1 = ' ', char d2 = '\0'); + extern bool stderr_term; // True if stderr is a terminal. + // Command line options. // extern options ops; -- cgit v1.1