Get two data points for meters.

Ensure one mini-reading-cycle runs before getting the UI active
so we have two data points to get better meter measurements from
the get-go.
main
Hisham Muhammad 12 years ago
parent 8a1c304bed
commit eb196f8ba4
  1. 2
      htop.c

@ -507,8 +507,10 @@ int main(int argc, char** argv) {
IncSet* inc = IncSet_new(defaultBar);
ProcessList_scan(pl);
millisleep(75);
ProcessList_scan(pl);
FunctionBar_draw(defaultBar, NULL);

Loading…
Cancel
Save