TUILive

tui.TUILive
case class TUILive(fullScreen: Boolean, oldMap: Ref[TextMap]) extends TUI

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TUI
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def renderFullScreen[I, S, A](terminalApp: TerminalApp[I, S, A], state: S, width: Int, height: Int): UIO[Unit]
def run[I, S, A](terminalApp: TerminalApp[I, S, A], events: ZStream[Any, Throwable, I], initialState: S): Task[Option[A]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

var lastHeight: Int