console => nodisplay (Completes ticket #282)

issue#70
Houtan Bastani 2012-11-12 16:34:18 +01:00
parent d8cbb55ee7
commit ab604b7d16
1 changed files with 2 additions and 1 deletions

View File

@ -475,7 +475,8 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool no_log, b
<< "diary(logname_)" << endl;
if (console)
mOutputFile << "options_.console_mode = 1;" << endl;
mOutputFile << "options_.console_mode = 1;" << endl
<< "options_.nodisplay = 1;" << endl;
cout << "Processing outputs ...";