RawMode

terminus.RawMode
trait RawMode

Attributes

Source
RawMode.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object JLineTerminal
object Terminal

Members list

Value members

Concrete methods

def raw[F <: Effect, A](f: F ?=> A): (F & RawMode[F]) ?=> A

Run the given terminal program f in raw mode, which means that the program can read user input a character at a time. In canonical mode, which is the default, user input is only available a line at a time.

Run the given terminal program f in raw mode, which means that the program can read user input a character at a time. In canonical mode, which is the default, user input is only available a line at a time.

Attributes

Source
RawMode.scala