1TERMIO(7) Linux Programmer's Manual TERMIO(7)
2
3
4
6 termio - System V terminal driver interface
7
9 termio is the name of the old System V terminal driver interface. This
10 interface defined a termio structure used to store terminal settings,
11 and a range of ioctl(2) operations to get and set terminal attributes.
12
13 The termio interface is now obsolete: POSIX.1-1990 standardized a modi‐
14 fied version of this interface, under the name termios. The POSIX.1
15 data structure differs slightly from the System V version, and POSIX.1
16 defined a suite of functions to replace the various ioctl(2) operations
17 that existed in System V. (This was done because ioctl(2) was unstan‐
18 dardized, and its variadic third argument does not allow argument type
19 checking.)
20
21 If you're looking for a page called "termio", then you can probably
22 find most of the information that you seek in either termios(3) or
23 ioctl_tty(2).
24
26 reset(1), setterm(1), stty(1), ioctl_tty(2), termios(3), tty(4)
27
29 This page is part of release 5.13 of the Linux man-pages project. A
30 description of the project, information about reporting bugs, and the
31 latest version of this page, can be found at
32 https://www.kernel.org/doc/man-pages/.
33
34
35
36Linux 2017-05-03 TERMIO(7)