Termios

terminus.Termios
trait Termios

An abstraction of the termios library that only exposes the functionality we need

Attributes

Source
Termios.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LinuxTermios
object MacOsTermios

Members list

Type members

Types

type Attributes

The terminal attributes data structure. (Called termios in the POSIX API.)

The terminal attributes data structure. (Called termios in the POSIX API.)

Attributes

Source
Termios.scala

Value members

Abstract methods

def getAttributes()(using Zone): Attributes

Attributes

Source
Termios.scala
def setAttributes(attributes: Attributes): Unit

Attributes

Source
Termios.scala
def setRawMode(): Unit

Attributes

Source
Termios.scala