mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 23:53:19 +00:00
[MODE]: Forgot this change too (related to kbd rate before delay).
svn path=/trunk/; revision=73023
This commit is contained in:
parent
0c5fc9b3b5
commit
26cf82fa5b
1 changed files with 4 additions and 4 deletions
|
@ -216,14 +216,14 @@ int ShowConsoleStatus(VOID)
|
|||
ConResPrintf(StdOut, IDS_CONSOLE_STATUS_LINES, csbi.dwSize.Y);
|
||||
ConResPrintf(StdOut, IDS_CONSOLE_STATUS_COLS , csbi.dwSize.X);
|
||||
}
|
||||
if (SystemParametersInfoW(SPI_GETKEYBOARDDELAY, 0, &dwKbdDelay, 0))
|
||||
{
|
||||
ConResPrintf(StdOut, IDS_CONSOLE_KBD_DELAY, dwKbdDelay);
|
||||
}
|
||||
if (SystemParametersInfoW(SPI_GETKEYBOARDSPEED, 0, &dwKbdSpeed, 0))
|
||||
{
|
||||
ConResPrintf(StdOut, IDS_CONSOLE_KBD_RATE, dwKbdSpeed);
|
||||
}
|
||||
if (SystemParametersInfoW(SPI_GETKEYBOARDDELAY, 0, &dwKbdDelay, 0))
|
||||
{
|
||||
ConResPrintf(StdOut, IDS_CONSOLE_KBD_DELAY, dwKbdDelay);
|
||||
}
|
||||
ConResPrintf(StdOut, IDS_CONSOLE_CODEPAGE, GetConsoleOutputCP());
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue