struct Tput::Detection

Overview

A single detected setting: its value rendered as a string, plus a human-readable description of how that value was determined — e.g. an environment variable, a Tput constructor option, a terminfo capability, or live probing.

Included Modules

Defined in:

tput/dump.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String, source : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def source : String #

[View source]
def to_s(io) #

[View source]
def value : String #

[View source]