module Terminfo::Searcher

Overview

Terminfo database discovery, compatible with ncurses.

Does not support hashed database, only filesystem!

Defined in:

searcher.cr

Class Method Summary

Class Method Detail

def self.dbpath_for_term(term : String) #

Returns the path to the terminfo database of terminal term.


[View source]
def self.each_std_directories(&) #

Yields each directories in which to search for the compiled terminfo.


[View source]