mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 16:36:45 +02:00
fix scrolling bug
This commit is contained in:
@ -714,6 +714,7 @@ static void chat_onDraw(ToxWindow *self, Tox *m)
|
||||
line_info_onDraw(self);
|
||||
} else {
|
||||
curs_set(1);
|
||||
scrollok(ctx->history, 1);
|
||||
|
||||
if (ctx->len > 0 && !ctx->hst->scroll_mode) {
|
||||
uint8_t line[MAX_STR_SIZE];
|
||||
|
Reference in New Issue
Block a user