- Timestamp:
- Aug 27, 2010, 2:53:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/Shell.cc
r7228 r7229 46 46 _SetConsoleCommand("debug", OutputHandler::debug ); 47 47 48 unsigned int Shell::cacheSize_s; 49 48 50 Shell::Shell(const std::string& consoleName, bool bScrollable) 49 51 : OutputListener(consoleName) … … 99 101 .callback(this, &Shell::commandHistoryOffsetChanged); 100 102 setConfigValueGeneric(this, &commandHistory_, ConfigFileType::CommandHistory, "Shell", "commandHistory_", std::vector<std::string>()); 103 SetConfigValue(cacheSize_s, 32); 101 104 102 105 #ifdef ORXONOX_RELEASE
Note: See TracChangeset
for help on using the changeset viewer.