Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 11, 2005, 10:30:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ShellBuffer is extern to Shell now… (But NOT used in Shell yet)

File:
1 edited

Legend:

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

    r5173 r5174  
    4343  this->setName("Shell");
    4444
    45   this->keepBufferArray[0] = '\0';
    46   this->keepBuffer = false;
    4745
    4846  this->bActive = false;
    49   this->buffer = new tList<char>;
    5047  this->bufferIterator = this->buffer->getIterator();
    5148
     
    5754
    5855  //this->bufferSize = 0;
    59   this->bufferText = NULL;
    60   this->setBufferSize(10);
    61   this->bufferDisplaySize = 10;
    6256  this->setAbsCoor2D(3, -400);
    6357  this->delayed = 0;
     
    9589  delete this->inputLine;
    9690
    97   // delete all the Chars in the Buffers
     91  // delete all the Strings in the Buffers
    9892  char* charElem = this->bufferIterator->firstElement();
    9993  while (charElem != NULL)
Note: See TracChangeset for help on using the changeset viewer.