commit bbd0883c04739c5a9724024627aaeb30e1794ffb parent c3be2f5381e94c4dbe22927c6d516124042a40b8 Author: Brian Swetland <swetland@frotz.net> Date: Fri, 6 May 2022 10:06:43 -0700 sconsole: fix restoring stdin state on serial close Diffstat:
D | README | | | 2 | -- |
M | sconsole.c | | | 1 | + |
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/README b/README @@ -1 +0,0 @@ -see sconsole.c for licence and information -\ No newline at end of file diff --git a/sconsole.c b/sconsole.c @@ -525,5 +525,6 @@ int main(int argc, char *argv[]) { } } + stdin_raw_restore(); return 0; }