Show [r]esume in prompt in pause mode only and show [p]ause in prompt in resume mode only

Fixes https://github.com/hashcat/hashcat/issues/1459
This commit is contained in:
jsteube
2017-11-26 10:50:22 +01:00
parent f70999b305
commit 04a30e6071
5 changed files with 89 additions and 48 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ void goodbye_screen (hashcat_ctx_t *hashcat_ctx, const hc_time_t proc_start, con
int setup_console (void);
void send_prompt (void);
void clear_prompt (void);
void send_prompt (hashcat_ctx_t *hashcat_ctx);
void clear_prompt (hashcat_ctx_t *hashcat_ctx);
void *thread_keypress (void *p);