struct Tput::Probe::ProbeResult

Overview

Outcome of consuming the terminal's probe replies.

Defined in:

tput/probe.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ambiguous_width : Int32 | Nil = nil, got_da : Bool = false) #

[View source]

Instance Method Detail

def ambiguous_width : Int32 | Nil #

def clone #

[View source]
def copy_with(ambiguous_width _ambiguous_width = @ambiguous_width, got_da _got_da = @got_da) #

[View source]
def got_da : Bool #