https://github.com/lpil/prim_tty_shim
Low-level stdio API using prim_tty
https://github.com/lpil/prim_tty_shim
Last synced: 4 months ago
JSON representation
Low-level stdio API using prim_tty
- Host: GitHub
- URL: https://github.com/lpil/prim_tty_shim
- Owner: lpil
- License: apache-2.0
- Created: 2024-09-18T22:36:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T22:36:07.000Z (over 1 year ago)
- Last Synced: 2025-05-07T09:57:54.010Z (about 1 year ago)
- Language: Erlang
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# prim_tty_shim
Low-level stdio API using prim_tty, allowing you to handle individual keypress
events, suitable for making TUI application.
This uses undocumented APIs so may break in future OTP versions.