Browse Source

Interpret F1 as a request for Help

Luke Dashjr 12 years ago
parent
commit
fb58261e5f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      miner.c

+ 1 - 0
miner.c

@@ -7449,6 +7449,7 @@ static void *input_thread(void __maybe_unused *userdata)
 		input = getch();
 		switch (input) {
 			case 'h': case 'H': case '?':
+			case KEY_F(1):
 				show_help();
 				break;
 		case 'q': case 'Q':