Comments update for gitlab metrics fix
All checks were successful
CI Code / Check spelling (pull_request) Successful in 20s
CI Code / Check coding style (pull_request) Successful in 35s
CI Code / Linux (ubuntu) (pull_request) Successful in 15m2s
CI Code / Linux (debian) (pull_request) Successful in 17m3s
CI Code / Linux (arch) (pull_request) Successful in 9m50s
All checks were successful
CI Code / Check spelling (pull_request) Successful in 20s
CI Code / Check coding style (pull_request) Successful in 35s
CI Code / Linux (ubuntu) (pull_request) Successful in 15m2s
CI Code / Linux (debian) (pull_request) Successful in 17m3s
CI Code / Linux (arch) (pull_request) Successful in 9m50s
This commit is contained in:
@@ -750,8 +750,9 @@ win_page_down(ProfWin* window, int scroll_size)
|
|||||||
win_update_virtual(window);
|
win_update_virtual(window);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*switch off page if no messages left to read
|
/* Switch off page if no messages left to read.
|
||||||
TODO: update buffer end handling to check meassages just after last entry*/
|
* TODO: update buffer end handling to check messages just after last entry.
|
||||||
|
*/
|
||||||
if (*scroll_state == WIN_SCROLL_REACHED_BOTTOM) {
|
if (*scroll_state == WIN_SCROLL_REACHED_BOTTOM) {
|
||||||
window->layout->paged = 0;
|
window->layout->paged = 0;
|
||||||
window->layout->unread_msg = 0;
|
window->layout->unread_msg = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user