We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7c9c4 commit 5b55debCopy full SHA for 5b55deb
src/chat.cpp
@@ -774,5 +774,5 @@ void ChatBackend::scrollPageDown()
774
775
void ChatBackend::scrollPageUp()
776
{
777
- m_console_buffer.scroll(-m_console_buffer.getRows());
+ m_console_buffer.scroll(-(s32)m_console_buffer.getRows());
778
}
0 commit comments