Skip to content

Commit

Permalink
refresh results properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanklee committed May 5, 2014
1 parent a12cb1a commit da9bf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngp.c
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,8 @@ int main(int argc, char *argv[])
}

usleep(10000);
refresh();
synchronized(mainsearch.data_mutex) {
display_entries(&mainsearch.index, &mainsearch.cursor);
display_status();
}

Expand Down

0 comments on commit da9bf0a

Please sign in to comment.