From 58fef531ebf01b1c12589e4e50c712d351d9bfaa Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 4 Sep 2021 14:09:20 -0700 Subject: Changed non-tty output to BARE instead of PLAIN --- bp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bp.c') diff --git a/bp.c b/bp.c index 28aa913..b4727cd 100644 --- a/bp.c +++ b/bp.c @@ -521,7 +521,7 @@ int main(int argc, char *argv[]) if (options.context_after == USE_DEFAULT_CONTEXT) options.context_after = 0; if (options.format == FORMAT_AUTO) - options.format = isatty(STDOUT_FILENO) ? FORMAT_FANCY : FORMAT_PLAIN; + options.format = isatty(STDOUT_FILENO) ? FORMAT_FANCY : FORMAT_BARE; // If any of these signals triggers, and there is a temporary file in use, // be sure to clean it up before exiting. -- cgit v1.2.3