mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:41:42 +00:00
[USETUP] Remove a hardcoded value.
This commit is contained in:
parent
54eb5635d8
commit
e29457aadd
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ CONSOLE_Init(
|
|||
if (!GetConsoleScreenBufferInfo(StdOutput, &csbi))
|
||||
return FALSE;
|
||||
xScreen = csbi.dwSize.X;
|
||||
yScreen = 50;//csbi.dwSize.Y;
|
||||
yScreen = csbi.dwSize.Y;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue