1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-09-01 16:52:18 +00:00
This commit is contained in:
Con Kolivas 2011-07-22 12:33:54 +10:00
parent fe8b041654
commit 31a8944564

3
main.c
View File

@ -1422,7 +1422,7 @@ updated:
} }
retry: retry:
wprintw(logwin, "\nCurrent pool management strategy: %s\n", strategies[pool_strategy]); wprintw(logwin, "\nCurrent pool management strategy: %s\n", strategies[pool_strategy]);
wprintw(logwin, "[A]dd pool [S]witch pool [D]isable pool [E]nable pool\n"); wprintw(logwin, "[A]dd pool [D]isable pool [E]nable pool [S]witch pool\n");
wprintw(logwin, "Or press any other key to continue\n"); wprintw(logwin, "Or press any other key to continue\n");
wrefresh(logwin); wrefresh(logwin);
pthread_mutex_unlock(&curses_lock); pthread_mutex_unlock(&curses_lock);
@ -1474,7 +1474,6 @@ retry:
} }
opt_loginput = false; opt_loginput = false;
clear_logwin();
} }
static void *input_thread(void *userdata) static void *input_thread(void *userdata)