MacOsTermios

terminus.MacOsTermios
object MacOsTermios extends Termios

macOS implementation of Termios, which just uses the Scala Native implementation

Attributes

Source
MacOsTermios.scala
Graph
Supertypes
trait Termios
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Attributes = Ptr[termios]

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

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

Attributes

Source
MacOsTermios.scala

Value members

Concrete methods

def getAttributes()(using Zone): Attributes

Attributes

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

Attributes

Source
MacOsTermios.scala
def setRawMode(): Unit

Attributes

Source
MacOsTermios.scala