1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Merge pull request #1936 from H3rnand3zzz/fix/underscrolling

Fix underscrolling problem
This commit is contained in:
Michael Vetter 2023-12-04 16:27:35 +01:00 committed by GitHub
commit 889593ad6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@
#include "xmpp/contact.h"
#include "xmpp/muc.h"
#define PAD_SIZE 1000
#define PAD_SIZE 10000
#define LOADING_MESSAGE "Loading older messages…"
void win_move_to_end(ProfWin* window);