tty

class uv.tty(fd, readable)

A class representing a TTY stream. Inherits from the Stream object.

Arguments:
  • fd (int) – A file descriptor.
  • readable (int) – Whether the TTY is readable or not.
Throws:

If construction failed.

uv.tty.mode.set()

Warning

Unfinished.

uv.tty.mode.reset()

Warning

Unfinished.

uv.tty.get_winsize()

Warning

Unfinished.