Home
last modified time | relevance | path

Searched refs:chat_scrollmedown (Results 1 – 1 of 1) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dhu_stuff.c377 static boolean chat_scrollmedown = false; // force instant scroll down on the chat log. Happens whe… variable
1139 chat_scrollmedown = true; in HU_Responder()
1149 chat_scrollmedown = true; in HU_Responder()
1233chat_scrollmedown = true; // you hit enter, so you might wanna autoscroll to see what you just sen… in HU_Responder()
1582 …if (((chat_scroll >= chat_maxscroll) || (chat_scrollmedown)) && !(justscrolleddown || justscrolled… in HU_drawChatLog()
1586 chat_scrollmedown = false; in HU_drawChatLog()