Scroll console immediately upon pressing PageUp

This commit is contained in:
jameds 2018-03-19 23:15:16 -07:00 committed by James R
parent 0194922509
commit f6143dafb0

View file

@ -1539,8 +1539,7 @@ static void CON_DrawConsole(void)
i = con_cy - con_scrollup; i = con_cy - con_scrollup;
// skip the last empty line due to the cursor being at the start of a new line // skip the last empty line due to the cursor being at the start of a new line
if (!con_scrollup && !con_cx) i--;
i--;
i -= (con_curlines - minheight) / charheight; i -= (con_curlines - minheight) / charheight;