Accept \r as newline in thread_keypress()

pull/304/head
Jens Steube 8 years ago
parent 6fcf58e106
commit 37c40dcfb4

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

Loading…
Cancel
Save