1
0
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:
Jfreegman
2014-03-29 04:40:35 -04:00
parent 26640cda14
commit d873181306
3 changed files with 5 additions and 1 deletions

View File

@@ -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) {