- Timestamp:
- Jul 30, 2011, 10:05:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/libraries/core/command/IOConsoleWindows.cc
r8801 r8803 329 329 void IOConsole::executed() 330 330 { 331 this->shell_->addOutput(this->promptString_ + this->shell_->getInput() + '\n', Shell::Command);331 this->shell_->addOutput(this->promptString_ + this->shell_->getInput(), Shell::Command); 332 332 } 333 333
Note: See TracChangeset
for help on using the changeset viewer.