Skip to content

kdheepak/TERMIOS.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages