projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2beb1b7
)
bugfix: tty stubs on windows were outdated
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Wed, 18 Oct 2023 14:48:47 +0000
(09:48 -0500)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Wed, 18 Oct 2023 14:48:47 +0000
(09:48 -0500)
runtime/src/ort_tty.h
patch
|
blob
|
history
diff --git
a/runtime/src/ort_tty.h
b/runtime/src/ort_tty.h
index fa5b8fc6bb12fb438fe8fc57f9abefc120d313c0..2bbf6b1ee12a9a9b9b88acd4b75c519ba4803190 100644
(file)
--- a/
runtime/src/ort_tty.h
+++ b/
runtime/src/ort_tty.h
@@
-31,7
+31,7
@@
ONYX_DEF(__tty_get, (WASM_I32), ()) {
state->columns = 25;
state->echo = 1;
state->input_buffered = 1;
- state->
linefeeds_ignored
= 0;
+ state->
input_linefeeds
= 0;
#endif
return NULL;