From f4d083bf64d1a2b4f603d0f5fa96f3ac4e7db1fe Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 4 Jan 2021 19:51:38 +0100 Subject: Add run command, remove colored text output if output is redirected to file --- src/Exec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Exec.cpp') diff --git a/src/Exec.cpp b/src/Exec.cpp index cc82897..169858f 100644 --- a/src/Exec.cpp +++ b/src/Exec.cpp @@ -7,7 +7,7 @@ using namespace std; -const int BUFSIZE = 1024; +const int BUFSIZE = 4096; // TODO: Redirect stderr to namespace sibs -- cgit v1.2.3