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
pub fn new() -> backend.Backend(ErlangTerminalState)
pub fn new_with_mouse() -> backend.Backend(ErlangTerminalState)