mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-25 22:14:36 +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
|
#ifdef HAVE_CURSES
|
||||||
|
if (opt_realquiet || devices_enabled == -1)
|
||||||
|
use_curses = false;
|
||||||
|
|
||||||
if (use_curses)
|
if (use_curses)
|
||||||
enable_curses();
|
enable_curses();
|
||||||
#endif
|
#endif
|
||||||
@ -4526,9 +4529,6 @@ int main (int argc, char *argv[])
|
|||||||
|
|
||||||
#ifdef HAVE_CURSES
|
#ifdef HAVE_CURSES
|
||||||
check_winsizes();
|
check_winsizes();
|
||||||
|
|
||||||
if (opt_realquiet)
|
|
||||||
use_curses = false;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!total_pools) {
|
if (!total_pools) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user