From c3829f7cfc4757e0808a9feb2299ec865eae46ff Mon Sep 17 00:00:00 2001 From: aristocratos Date: Mon, 27 Apr 2020 21:33:06 +0200 Subject: [PATCH] fix reverse freezing updates when showing detailed information --- bashtop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashtop b/bashtop index d56959a..ce5a830 100755 --- a/bashtop +++ b/bashtop @@ -1552,7 +1552,7 @@ collect_processes() { #? Collect process information and calculate accurate cpu ((++count)) if ((count==height-3)); then - if [[ -n $filter || $proc_sorting == "cpu responsive" || ${proc[selected]} -gt 0 || ${proc[page]} -gt 1 ]]; then : + if [[ -n $filter || $proc_sorting == "cpu responsive" || ${proc[selected]} -gt 0 || ${proc[page]} -gt 1 || ${proc_reversed} == true ]]; then : else breaking=1; fi fi