class Terminfo::Header
- Terminfo::Header
- Reference
- Object
Defined in:
parser.crConstructors
Instance Method Summary
- #bools_count : Int16
- #names_bytesize : Int16
- #numbers_count : Int16
- #string_offsets_count : Int16
- #string_table_size : Int16
Constructor Detail
def self.new(names_bytesize : Int16, bools_count : Int16, numbers_count : Int16, string_offsets_count : Int16, string_table_size : Int16)
#