hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 1f93912e076d740d306ee615f3159fc93367390e
parent 4c5578d88300cd90772ebd982ad3e88fa2d1ec05
Author: Sebastian LaVine <mail@smlavine.com>
Date:   Sun, 12 Nov 2023 12:24:47 -0500

unix::tty: Add README

In addition to the benefit of documenting our modules, this was
motivated by the bug where modules without a README aren't showing up on
docs.harelang.org. As mentioned on IRC yesterday and at [0].

[0]: https://lists.sr.ht/~sircmpwn/hare-users/%3CCAO3qA0%3DhsKp-y0Cyx3KxSYnQKrPviWCDJe2u3AGQyhhxXz0vbw%40mail.gmail.com%3E

Signed-off-by: Sebastian LaVine <mail@smlavine.com>

Diffstat:
Aunix/tty/README | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/unix/tty/README b/unix/tty/README @@ -0,0 +1,4 @@ +unix::tty provides an interface for interacting with and manipulating a +terminal environment, based on the termios interface defined by POSIX. + +https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/termios.h.html