Termios module are a simple wrapper for termios(3). It can be included into IO-family classes and can extend IO-family objects. In addition, the methods can use as module function.
Termios module are a simple wrapper for termios(3). It can be included into IO-family classes and can extend IO-family objects. In addition, the methods can use as module function.
To install rb-termios, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-termios
To see what files were installed by rb-termios, run:
port contents rb-termios
To later upgrade rb-termios, run:
sudo port selfupdate && sudo port upgrade rb-termios
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.