mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
Since nlr_jump_fail() exits the process, it can leave the terminal in raw mode which means characters are not echoed. Fix this by restoring the original terminal mode. Signed-off-by: David Lechner <david@pybricks.com>