|
What is the system call of getting the terminal attribute?
Hi, everybody:
When I want to get the terminal attribute , I can use the tcgetattr() of c lib function , or use the stty command of Shell. But, what system call the function or command use to perform?
The fcntl() call can get a file attribute, however, it cannot return the termios struct.
Thanks!
henry
|