diff --git a/main.cpp b/main.cpp index 7cb69f573..d21a4b1d1 100644 --- a/main.cpp +++ b/main.cpp @@ -1013,7 +1013,7 @@ int main(int argc, char ** argv) { else { line.pop_back(); // Remove the continue character } - buffer += line; // Append the line to the result + buffer += line + '\n'; // Append the line to the result } while (another_line); if (params.use_color) printf(ANSI_COLOR_RESET);