mirror of https://github.com/aristocratos/bashtop
fix reverse freezing updates when showing detailed information
parent
f22be9cf16
commit
c3829f7cfc
2
bashtop
2
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue