Loading...
Select Version
&pagelevel(5)&pagelevel
Programs that need to control I/O flags for terminals can do this by means of the termios
structure defined in the header termios.h
. The members of this structure include:
Member type | Array size | Member name | Definition |
|
| input modes | |
|
| output modes | |
|
| control modes | |
|
| local modes | |
|
|
| control characters |
The types tcflag_t
and cc_t
are defined in the header termios.h
as unsigned
integral types.