- Timestamp:
- Dec 22, 2009, 2:07:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/IOConsole.cc
r6380 r6394 307 307 this->cout_ << "\033[u"; 308 308 if (this->buffer_->getCursorPosition() > 0) 309 this->cout_ << "\033[" << this->buffer_->getCursorPosition() << "C";309 this->cout_ << "\033[" << this->buffer_->getCursorPosition() << 'C'; 310 310 } 311 311
Note: See TracChangeset
for help on using the changeset viewer.