$termios
->setattr(fd
,option
)
Sets terminal control attributes for a given
fd
; returns
undef
on failure.
option
tells when to set the attributes and is one of
TCSADRAIN
,
TCSAFLUSH
, or
TCSANOW
.
Copyright © 2001 O'Reilly & Associates. All rights reserved.