Skip to content

SshTerminalModes

[Source]

RFC 4254 ยง8 terminal mode opcodes and parsing.

primitive val SshTerminalModes

Constructors

create

[Source]

new val create()
: SshTerminalModes val^

Returns


Public Functions

tty_op_end

[Source]

fun box tty_op_end()
: U8 val

Returns


icrnl

[Source]

fun box icrnl()
: U8 val

Returns


parse_modes

[Source]

Parse encoded terminal modes from raw bytes.

fun box parse_modes(
  mode_data: Array[U8 val] val)
: Array[(U8 val , U32 val)] val ?

Parameters

Returns


eq

[Source]

fun box eq(
  that: SshTerminalModes val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: SshTerminalModes val)
: Bool val

Parameters

Returns