ApplicationMode

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

Attributes

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

Members list

Value members

Abstract methods

def application[A](f: F ?=> A): A

Run the given terminal program f in application mode, which changes the input sent to the program when arrow keys are pressed. See https://invisible-island.net/xterm/xterm.faq.html#xterm_arrows

Run the given terminal program f in application mode, which changes the input sent to the program when arrow keys are pressed. See https://invisible-island.net/xterm/xterm.faq.html#xterm_arrows

Attributes

Source
ApplicationMode.scala