Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 421 Bytes

File metadata and controls

23 lines (13 loc) · 421 Bytes

tty

.. js:class:: uv.tty(fd, readable)

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

        :param int fd: A file descriptor.
        :param int readable: Whether the TTY is readable or not.

        :throws: If construction failed.

        .. js:method:: mode.set()

                .. warning:: Unfinished.

        .. js:method:: mode.reset()

                .. warning:: Unfinished.

        .. js:method:: get_winsize()

                .. warning:: Unfinished.