module Terminfo::Searcher
Overview
Terminfo database discovery, compatible with ncurses.
Does not support hashed database, only filesystem!
Defined in:
searcher.crClass Method Summary
-
.dbpath_for_term(term : String)
Returns the path to the terminfo database of terminal term.
-
.each_std_directories(&)
Yields each directories in which to search for the compiled terminfo.
Class Method Detail
def self.dbpath_for_term(term : String)
#
Returns the path to the terminfo database of terminal term.
def self.each_std_directories(&)
#
Yields each directories in which to search for the compiled terminfo.