Changeset 7404 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Apr 27, 2006, 6:09:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_completion.cc
r7403 r7404 89 89 completeType |= FunctionCompletion; 90 90 } 91 // Complete the last Function 91 92 else if ((emptyComplete && inputSplits.size() == 2 ) || 92 93 (!emptyComplete && inputSplits.size() == 3)) … … 242 243 !nocaseCmp(*string, completionBegin, searchLength)) 243 244 { 244 printf ("%s\n", (*string).c_str());245 245 CompletionElement newElem; 246 246 newElem.name = (*string);
Note: See TracChangeset
for help on using the changeset viewer.