mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 00:06:35 +01:00
fix scrolling bug
This commit is contained in:
@@ -546,6 +546,7 @@ static void groupchat_onDraw(ToxWindow *self, Tox *m)
|
||||
if (ctx->hst->scroll_mode) {
|
||||
line_info_onDraw(self);
|
||||
} else {
|
||||
scrollok(ctx->history, 1);
|
||||
curs_set(1);
|
||||
|
||||
if (ctx->len > 0) {
|
||||
|
||||
Reference in New Issue
Block a user