Changeset 5176 in orxonox.OLD for trunk/src/lib/shell/shell_buffer.cc
- Timestamp:
- Sep 12, 2005, 12:18:25 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_buffer.cc
r5175 r5176 70 70 { 71 71 delete charElem; 72 73 72 charElem = bufferIterator->nextElement(); 74 73 } … … 149 148 strcpy(addLine, newLineBegin); 150 149 150 this->lineCount++; 151 151 this->buffer->add(addLine); 152 this->lineCount++; 152 if (Shell::isInstanciated() && Shell::getInstance()->isActive()) 153 Shell::getInstance()->printToDisplayBuffer(addLine); 153 154 154 155 if (this->buffer->getSize() > this->bufferSize)
Note: See TracChangeset
for help on using the changeset viewer.