Abstract away stdin/stdout constants
Open
- Dominant language
- C
- Stars
- 4.4k
- Forks
- 741
- PR merge metrics
- No merged PRs in 30d
Description
I think it would be helpful to abstract away the direct use of stdin/stdout constants into variables (that default to stdin/stdout) such that a pty could be swapped in, allowing for a socket input source.
I think it would also be helpful to allow for an event loop environment via a character reader API (reference http://www.delorie.com/gnu/docs/readline/rlman_41.html).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.