diff --git a/src/terminal.cpp b/src/terminal.cpp index e278878..d900baa 100644 --- a/src/terminal.cpp +++ b/src/terminal.cpp @@ -273,7 +273,7 @@ std::shared_ptr Terminal::async_process(const std::stri stdin_buffer.clear(); auto process = std::make_shared( - command, path.string(), + "STDBUF1=L " + command, path.string(), [this, quiet](const char *bytes, size_t n) { if(!quiet) { // Print stdout message sequentially to avoid the GUI becoming unresponsive