ApplicationMode

terminus.ApplicationMode

Attributes

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

Members list

Value members

Concrete methods

def application[F <: Effect, A](f: F ?=> A): (F & ApplicationMode[F]) ?=> 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