struct TermBuf::WidthProbe::Reading

Overview

What one sample turned into.

Defined in:

termbuf/caps/width_probe.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sample : Sample, measured : Int32 | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(sample _sample = @sample, measured _measured = @measured) #

[View source]
def measured : Int32 | Nil #

Columns the terminal advanced, or nil if it did not answer.


def sample : Sample #