Closed
Description
Continuing along the lines of adding terminal support, I propose to add the functions:
Tcdrain
Tcflow
Tcflush
Tcgetattr
Tcgetpgrp
Tcgetsid
Tcsendbreak
Tcsetattr
Tcsetpgrp
Along with constant definitions for:
TCIOFF
TCION
TCOOFF
TCOON
TCSADRAIN
TCSANOW
The source changes are fairly trivial and I have tested them for solaris. Adding this code to x/sys/unix means that you don't need to have cgo code in a higher level terminal package.