Commit 31a89445646543dafb09eb2cf7ef90d14abe1c3f

Con Kolivas 2011-07-22T12:33:54

Tidy.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/main.c b/main.c
index 4254565..fffffd2 100644
--- a/main.c
+++ b/main.c
@@ -1422,7 +1422,7 @@ updated:
 	}
 retry:
 	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");
 	wrefresh(logwin);
 	pthread_mutex_unlock(&curses_lock);
@@ -1474,7 +1474,6 @@ retry:
 	}
 
 	opt_loginput = false;
-	clear_logwin();
 }
 
 static void *input_thread(void *userdata)