mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 07:08:19 +00:00
Accept \r as newline in thread_keypress()
This commit is contained in:
parent
6fcf58e106
commit
37c40dcfb4
@ -19883,6 +19883,7 @@ void *thread_keypress (void *p)
|
|||||||
switch (ch)
|
switch (ch)
|
||||||
{
|
{
|
||||||
case 's':
|
case 's':
|
||||||
|
case '\r':
|
||||||
case '\n':
|
case '\n':
|
||||||
|
|
||||||
log_info ("");
|
log_info ("");
|
||||||
|
Loading…
Reference in New Issue
Block a user