Changeset 1325 for code/branches/console/src/core/Shell.cc
- Timestamp:
- May 19, 2008, 3:54:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/Shell.cc
r1324 r1325 80 80 SetConfigValue(maxHistoryLength_, 100); 81 81 SetConfigValue(historyOffset_, 0); 82 SetConfigValueVector(commandHistory_, std::vector<std::string>( 1, ""));82 SetConfigValueVector(commandHistory_, std::vector<std::string>()); 83 83 84 84 if (this->historyOffset_ >= this->maxHistoryLength_)
Note: See TracChangeset
for help on using the changeset viewer.