Changeset 7764 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- May 22, 2006, 8:50:59 PM (19 years ago)
- Location:
- trunk/src/lib/shell
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell.cc
r7762 r7764 361 361 this->bufferText.front()->setRelCoor2D(this->calculateLinePosition(0)- Vector2D(-1000,0)); 362 362 363 364 363 // Move all lines one Entry up. 365 364 this->repositionText(); -
trunk/src/lib/shell/shell_buffer.cc
r7762 r7764 116 116 } 117 117 118 if (inputBuffer[lineBegin] == '\n') 119 lineBegin++, lineEnd++; 120 118 121 if (this->buffer.size() > this->maxBufferSize) 119 122 this->buffer.pop_back(); -
trunk/src/lib/shell/shell_completion.cc
r7475 r7764 223 223 for (charIT = completionList.begin(); charIT != completionList.end(); charIT++) 224 224 { 225 printf("== %s\n", (*charIT).name.c_str());226 225 if ((*charIT).type != changeType) 227 226 {
Note: See TracChangeset
for help on using the changeset viewer.