TERMIOS.jl

This Julia package provides an TERMIOS interface to the POSIX calls for tty I/O control.
Author kdheepak
Popularity
6 Stars
Updated Last
1 Year Ago
Started In
October 2019

TERMIOS

Stable Dev Build Status Codecov Coveralls

This package provides an interface to the POSIX calls for tty I/O control.

The termios functions describe a general terminal interface that is provided to control asynchronous communications ports.

For a complete description of these calls, see the termios(3) manual page.

All functions in this package take a RawFD file descriptor fd as their first argument. This can also be an integer file descriptor or a concrete instance of Base.LibuvStream, such as stdin or stdout.

This package defines the constants needed to work with the functions provided. You may need to refer to your system documentation for more information on using this package.

Required Packages

No packages found.