- Timestamp:
- Sep 5, 2005, 8:03:29 AM (19 years ago)
- Location:
- trunk/src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/shell.cc
r5158 r5159 499 499 500 500 ShellCommandBase::execute(this->inputLine); 501 // if (!strcmp(this->inputLine, "clear"))502 // {503 // this->clear();504 // }505 501 506 502 this->flushInputLine(); -
trunk/src/util/shell.h
r5154 r5159 58 58 void addBufferLine(const char* line, va_list arg); 59 59 void printToDisplayBuffer(const char* text); 60 void moveBuffer(int lineCount); 60 void moveBuffer(unsigned int lineCount); 61 void moveBufferTo(unsigned int lineNumber); 61 62 const char* getBufferLine(unsigned int lineNumber); 62 63
Note: See TracChangeset
for help on using the changeset viewer.