- Timestamp:
- Dec 18, 2009, 3:16:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/IOConsole.cc
r6375 r6379 124 124 std::cout.flush(); 125 125 if (!this->origCout_.str().empty()) 126 this->shell_->addOutput Line(this->origCout_.str(), Shell::None);126 this->shell_->addOutput(this->origCout_.str(), Shell::None); 127 127 // Erase input and status lines 128 128 this->cout_ << "\033[1G\033[J";
Note: See TracChangeset
for help on using the changeset viewer.