[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] luaposix release 5.1.14 released
- From: Sam Roberts <vieuxtech@...>
- Date: Mon, 26 Sep 2011 15:19:02 -0700
Are you going to implement the POSIX terminal control functions:
man termios(3):
CONFORMING TO
tcgetattr(), tcsetattr(), tcsendbreak(), tcdrain(),
tcflush(), tcflow(), cfgetispeed(), cfgetospeed(), cfsetispeed(), and
cfsetospeed() are specified in POSIX.1-2001.
cfmakeraw() and cfsetspeed() are nonstandard, but available on the BSDs.
?
Not sure if they are deliberately omitted, or you are waiting for
code. I could donate the implementation.
Cheers,
Sam