mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 05:46:21 +00:00
Do not scroll to end when chat room message whilst paging
This commit is contained in:
@@ -1331,6 +1331,12 @@ _ui_room_message(const char * const room_jid, const char * const nick,
|
||||
jid_destroy(jidp);
|
||||
}
|
||||
}
|
||||
|
||||
ProfWin *current = wins_get_current();
|
||||
if (!current->paged) {
|
||||
win_move_to_end(current);
|
||||
win_refresh(current);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user