fix reverse freezing updates when showing detailed information

pull/52/head
aristocratos 2020-04-27 21:33:06 +02:00
parent f22be9cf16
commit c3829f7cfc
1 changed files with 1 additions and 1 deletions

View File

@ -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