Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5181 in orxonox.OLD for trunk/src/lib/shell/shell_input.h


Ignore:
Timestamp:
Sep 14, 2005, 12:07:06 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: partial Completion in the ShellInput again (show but no Completion)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_input.h

    r5180 r5181  
    1212// FORWARD DECLARATION
    1313template<class T> class tList;
     14class ShellCompletion;
    1415
    1516
     
    3839 private:
    3940    // HANDLING TEXT INPUT
    40    char*                    inputLine;              //!< the Char-Array of the Buffer
     41   ShellCompletion*         completion;             //!< The Completion Interface.
     42
     43   char*                    inputLine;              //!< the Char-Array of the Buffer @todo not needed anymore
    4144   float                    repeatRate;             //!< The Repeat-Delay.
    4245   float                    repeatDelay;            //!< The delay of the first Character of a given Character.
Note: See TracChangeset for help on using the changeset viewer.