[Console] Fix console output
This commit is contained in:
parent
c44afc9005
commit
0f0fc637ff
@ -89,7 +89,7 @@ namespace Components
|
|||||||
|
|
||||||
void Console::RefreshOutput()
|
void Console::RefreshOutput()
|
||||||
{
|
{
|
||||||
prefresh(Console::OutputWindow, ((Console::OutputTop > 0) ? (Console::OutputTop - 1) : 0), 0, 1, 0, Console::Height - 2, Console::Width);
|
prefresh(Console::OutputWindow, ((Console::OutputTop > 0) ? (Console::OutputTop - 1) : 0), 0, 1, 0, Console::Height - 2, Console::Width - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Console::ScrollOutput(int amount)
|
void Console::ScrollOutput(int amount)
|
||||||
|
Loading…
Reference in New Issue
Block a user