1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Refresh is missing after each curses_print_status to update the status window.

This commit is contained in:
Con Kolivas 2011-07-14 23:55:03 +10:00
parent 636c425073
commit 86987b65ab

1
main.c
View File

@ -595,6 +595,7 @@ static void curses_print_status(int thr_id)
cgpu->efficiency, cgpu->utility);
wclrtoeol(statuswin);
}
wrefresh(statuswin);
}
static void print_status(int thr_id)