aboutsummaryrefslogtreecommitdiff
path: root/src/Exec.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-01-04 19:51:38 +0100
committerdec05eba <dec05eba@protonmail.com>2021-01-04 19:51:38 +0100
commitf4d083bf64d1a2b4f603d0f5fa96f3ac4e7db1fe (patch)
tree17e2f02f189b8bd316604cb5b1de7222eb5558bd /src/Exec.cpp
parent1a6c67af3851748a0a604e3b3e99bd63f3f576a0 (diff)
Add run command, remove colored text output if output is redirected to file
Diffstat (limited to 'src/Exec.cpp')
-rw-r--r--src/Exec.cpp2
1 files changed, 1 insertions, 1 deletions
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