Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5176 in orxonox.OLD for trunk/src/lib/shell/shell_buffer.cc


Ignore:
Timestamp:
Sep 12, 2005, 12:18:25 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: More clean-up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_buffer.cc

    r5175 r5176  
    7070  {
    7171    delete charElem;
    72 
    7372    charElem = bufferIterator->nextElement();
    7473  }
     
    149148    strcpy(addLine, newLineBegin);
    150149
     150    this->lineCount++;
    151151    this->buffer->add(addLine);
    152     this->lineCount++;
     152    if (Shell::isInstanciated() && Shell::getInstance()->isActive())
     153      Shell::getInstance()->printToDisplayBuffer(addLine);
    153154
    154155    if (this->buffer->getSize() > this->bufferSize)
Note: See TracChangeset for help on using the changeset viewer.