RawMode

terminus.effect.RawMode
trait RawMode[+F <: Effect]

Attributes

Source
RawMode.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
F

Members list

Value members

Abstract methods

def raw[A](f: F ?=> A): 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