1
mirror of https://github.com/hashcat/hashcat synced 2024-11-20 23:27:31 +01:00

Accept \r as newline in thread_keypress()

This commit is contained in:
Jens Steube 2016-04-19 13:11:28 +02:00
parent 6fcf58e106
commit 37c40dcfb4

View File

@ -19883,6 +19883,7 @@ void *thread_keypress (void *p)
switch (ch)
{
case 's':
case '\r':
case '\n':
log_info ("");