struct Terminfo::KeyNames::Entry

Defined in:

names.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(long : String, short : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(long _long = @long, short _short = @short) #

[View source]
def long : String #

def short : String #

def to_s(io) : String #

[View source]