added: TTY support to platform layer and `core.os`
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 28 Jun 2023 22:33:22 +0000 (17:33 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 28 Jun 2023 22:33:22 +0000 (17:33 -0500)
commit576e22429b9e3a64a7ad79b693228707d49f591d
treecb8c6c41bea164d8cd707ff0bdac9efd42679b13
parent7846c918b98fd6da969e63f4b778c6afbd5de853
added: TTY support to platform layer and `core.os`
core/os/tty.onyx [new file with mode: 0644]
core/runtime/platform/js/platform.onyx
core/runtime/platform/onyx/platform.onyx
core/runtime/platform/wasi/platform.onyx
core/std.onyx
runtime/onyx_runtime.c
runtime/src/ort_tty.h [new file with mode: 0644]