# Functions
No description provided by the author
FlushInput discards data written to a file descriptor but not read.
GetWinsize queries the size of the terminal referenced by the given file.
Ioctl wraps the ioctl syscall.
IsATTY returns true if the given file is a terminal.
No description provided by the author
NewTermiosFromFd extracts the terminal attribute of the given file descriptor.
No description provided by the author
No description provided by the author
No description provided by the author
WaitForRead blocks until any of the given files is ready to be read.
# Constants
SIGWINCH is the Window size change signal.