From e0aca4d79d8f47c9540e2febb02f093928edf9fe Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 3 Nov 2011 13:37:21 +0000 Subject: [PATCH] revert --- Common/CommandLine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp index 6537ed0d3c..8ce0e199dc 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -125,7 +125,7 @@ void GetOptions(int argc, char *argv[]) { // print messages on terminal int terminal = CTX::instance()->terminal; - CTX::instance()->terminal = 0; + CTX::instance()->terminal = 1; #if defined(HAVE_PARSER) // Parse session and option files -- GitLab