| www.delorie.com/gnu/docs/glibc/libc_359.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The entire collection of attributes of a terminal is stored in a
structure of type struct termios. This structure is used
with the functions tcgetattr and tcsetattr to read
and set the attributes.
tcflag_t c_iflag
tcflag_t c_oflag
tcflag_t c_cflag
tcflag_t c_lflag
cc_t c_cc[NCCS]
The struct termios structure also contains members which
encode input and output transmission speeds, but the representation is
not specified. See section 17.4.8 Line Speed, for how to examine and store the
speed values.
The following sections describe the details of the members of the
struct termios structure.
c_cc
array.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |