etui/backend/erlang

Types

pub type ErlangTerminalState {
  ErlangTerminalState(
    raw_mode_active: Bool,
    cols: Int,
    rows: Int,
    mouse: Bool,
  )
}

Constructors

  • ErlangTerminalState(
      raw_mode_active: Bool,
      cols: Int,
      rows: Int,
      mouse: Bool,
    )

Values

Search Document