Accept \r as newline in thread_keypress()
This commit is contained in:
@@ -19883,6 +19883,7 @@ void *thread_keypress (void *p)
|
||||
switch (ch)
|
||||
{
|
||||
case 's':
|
||||
case '\r':
|
||||
case '\n':
|
||||
|
||||
log_info ("");
|
||||
|
||||
Reference in New Issue
Block a user