Input

tui.view.Input
object Input

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Input.type

Members list

Value members

Concrete methods

def rawModeScoped(fullscreen: Boolean): ZIO[Scope, Nothing, Attributes]
def terminalSize: (Int, Int)
def withRawMode[R, E, A](zio: ZIO[R, E, A]): ZIO[R, E, A]

Concrete fields

lazy val ec: EscapeCodes
val keyEventStream: ZStream[Any, Throwable, KeyEvent]
lazy val keyMap: KeyMap[KeyEvent]
lazy val terminalSizeStream: ZStream[Any, Nothing, (Int, Int)]