mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 15:27:53 +00:00
Merge branch 'bugfix_realquiet' into bugfix_realquiet_2
Conflicts: cgminer.c
This commit is contained in:
commit
c739d0dc15
@ -4418,6 +4418,9 @@ int main (int argc, char *argv[])
|
||||
}
|
||||
|
||||
#ifdef HAVE_CURSES
|
||||
if (opt_realquiet || devices_enabled == -1)
|
||||
use_curses = false;
|
||||
|
||||
if (use_curses)
|
||||
enable_curses();
|
||||
#endif
|
||||
@ -4526,9 +4529,6 @@ int main (int argc, char *argv[])
|
||||
|
||||
#ifdef HAVE_CURSES
|
||||
check_winsizes();
|
||||
|
||||
if (opt_realquiet)
|
||||
use_curses = false;
|
||||
#endif
|
||||
|
||||
if (!total_pools) {
|
||||
|
Loading…
Reference in New Issue
Block a user