Changeset 6179 for code/branches/presentation2/src/libraries/core
- Timestamp:
- Nov 29, 2009, 9:27:22 PM (15 years ago)
- Location:
- code/branches/presentation2/src/libraries/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/IOConsole.cc
r6178 r6179 404 404 return !this->statusLineWidths_.empty() 405 405 && this->terminalWidth_ >= this->statusLineMaxWidth_ 406 && this->terminalHeight_ >= (this->minOutputLines_ + this->statusLineWidths_.size());406 && this->terminalHeight_ >= this->minOutputLines_ + (int)this->statusLineWidths_.size(); 407 407 } 408 408 -
code/branches/presentation2/src/libraries/core/IOConsole.h
r6178 r6179 94 94 std::vector<int> statusLineWidths_; 95 95 int statusLineMaxWidth_; 96 static const 96 static const int minOutputLines_ = 3; 97 97 termios* originalTerminalSettings_; 98 98
Note: See TracChangeset
for help on using the changeset viewer.