struct TermBuf::Unicode::WidthOverrides::Result

Overview

What the variable asked for, and anything in it that made no sense.

Defined in:

termbuf/unicode/overrides.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(policy : WidthPolicy, probe : Bool, warnings : Array(String)) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(policy _policy = @policy, probe _probe = @probe, warnings _warnings = @warnings) #

[View source]
def policy : WidthPolicy #

def probe : Bool #

def warnings : Array(String) #