Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5159 in orxonox.OLD for trunk/src


Ignore:
Timestamp:
Sep 5, 2005, 8:03:29 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: added new Subdir for shell, and some minor changes

Location:
trunk/src
Files:
1 added
2 edited

Legend:

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

    r5158 r5159  
    499499
    500500  ShellCommandBase::execute(this->inputLine);
    501 //  if (!strcmp(this->inputLine, "clear"))
    502 //  {
    503 //    this->clear();
    504 //  }
    505501
    506502  this->flushInputLine();
  • trunk/src/util/shell.h

    r5154 r5159  
    5858    void addBufferLine(const char* line, va_list arg);
    5959    void printToDisplayBuffer(const char* text);
    60     void moveBuffer(int lineCount);
     60    void moveBuffer(unsigned int lineCount);
     61    void moveBufferTo(unsigned int lineNumber);
    6162    const char* getBufferLine(unsigned int lineNumber);
    6263
Note: See TracChangeset for help on using the changeset viewer.