struct

TermBuf::Prober::Result

Inherits Struct < Value < Object

What the terminal said, and what arrived while it was saying it.

Constructors

new(capabilities : Capabilities, input : Bytes, answered : Array(Symbol), name : String | Nil, cursor : Tuple(Int32, Int32) | Nil)
Source

Instance methods

answered

Which queries came back, for diagnostics.

capabilities
clone
Source
copy_with(capabilities _capabilities = @capabilities, input _input = @input, answered _answered = @answered, name _name = @name, cursor _cursor = @cursor)
Source
cursor

Where the cursor was, which the sentinel reports for free.

input

Keystrokes that arrived during the probe window.

name

What the terminal called itself, if it said.