(svn r15711) -Codechange: lots of whitespace cleanup/fixes
This commit is contained in:
@@ -204,7 +204,7 @@ struct IConsoleWindow : Window
|
||||
const int scroll_height = (this->height / ICON_LINE_HEIGHT) - 1;
|
||||
switch (keycode) {
|
||||
case WKC_UP:
|
||||
IConsoleHistoryNavigate(+1);
|
||||
IConsoleHistoryNavigate(1);
|
||||
this->SetDirty();
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user