lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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