Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5080 in orxonox.OLD for trunk/src/util/shell.h


Ignore:
Timestamp:
Aug 19, 2005, 11:28:29 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: shell is now scrolling through the information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/shell.h

    r5075 r5080  
    7878    tList<char>*           buffer;                 //!< A list of stored char-arrays(strings) to store the history
    7979
    80     tList<Text>*           bufferText;             //!< A list of stored bufferTexts for the display of the buffer
     80    Text**                 bufferText;             //!< A list of stored bufferTexts for the display of the buffer
    8181    Text*                  inputLineText;          //!< The inputLine of the Shell
     82    unsigned int           textSize;               //!< The size of the text.
     83    unsigned int           lineSpacing;            //!< The Spacing between lines.
    8284
    8385    char                   bufferArray[10000];     //!< a BUFFER for fast writing
    84 
    8586};
    8687
Note: See TracChangeset for help on using the changeset viewer.