Termios
terminus.Termios
An abstraction over the c termios library that contains only the functionality that we need, hiding the details of reading, updating, and writing terminal settings from the caller. The details are handled by a TermiosAccess typeclass instance.
Type parameters
- T
-
The termios structure type a Termios instance uses. See TermiosStruct for more details
Value parameters
- accessor
-
An instance of TermiosAccess used to handle the actual reading, updating, and writing of terminal settings.
Attributes
- See also
-
TermiosAccess
TermiosStruct
- Source
- Termios.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article