TTY: Treat carriage return as newline
Before this change, more-prompts and input text -prompts could not be accepted with carriage return. Now, just like in menus, carriage return is treated the same as a newline. To test, use 'stty -icrnl'
This commit is contained in:
@@ -596,6 +596,7 @@ PANICTRACE: PANICTRACE_GDB used wrong value for ARGV0 when launching gdb if
|
||||
win32gui: gather raw_print error messages into a single dialog window
|
||||
win32tty: fix display errors when using a font with double wide or ambiguous
|
||||
width characters
|
||||
tty: treat carriage return as a newline for input text and more-prompts
|
||||
|
||||
|
||||
General New Features
|
||||
|
||||
Reference in New Issue
Block a user