Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5159 in orxonox.OLD


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
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/orxonox.kdevelop

    r5158 r5159  
    140140  </kdevcppsupport>
    141141  <kdevfileview>
    142     <groups/>
     142    <groups>
     143      <hidenonprojectfiles>false</hidenonprojectfiles>
     144      <hidenonlocation>false</hidenonlocation>
     145    </groups>
    143146    <tree>
    144147      <hidepatterns>*.o,*.lo,*~,*in</hidepatterns>
  • 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.