struct
TermBuf::Prober::Result
- TermBuf::Prober::Result
- Struct
- Value
- Object
Overview
What the terminal said, and what arrived while it was saying it.
Defined in:
termbuf/caps/prober.crConstructors
Instance Method Summary
-
#answered : Array(Symbol)
Which queries came back, for diagnostics.
- #capabilities : Capabilities
- #clone
- #copy_with(capabilities _capabilities = @capabilities, input _input = @input, answered _answered = @answered, name _name = @name, cursor _cursor = @cursor)
-
#cursor : Tuple(Int32, Int32) | Nil
Where the cursor was, which the sentinel reports for free.
-
#input : Bytes
Keystrokes that arrived during the probe window.
-
#name : String | Nil
What the terminal called itself, if it said.
Constructor Detail
def self.new(capabilities : Capabilities, input : Bytes, answered : Array(Symbol), name : String | Nil, cursor : Tuple(Int32, Int32) | Nil)
#
Instance Method Detail
def copy_with(capabilities _capabilities = @capabilities, input _input = @input, answered _answered = @answered, name _name = @name, cursor _cursor = @cursor)
#