mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +00:00
Scroll console immediately upon pressing PageUp
This commit is contained in:
parent
9ef98471a4
commit
587586f4bb
1 changed files with 1 additions and 2 deletions
|
@ -1539,7 +1539,6 @@ static void CON_DrawConsole(void)
|
|||
i = con_cy - con_scrollup;
|
||||
|
||||
// skip the last empty line due to the cursor being at the start of a new line
|
||||
if (!con_scrollup && !con_cx)
|
||||
i--;
|
||||
|
||||
i -= (con_curlines - minheight) / charheight;
|
||||
|
|
Loading…
Reference in a new issue