Function nixterm::terminfo::path[][src]

pub fn path() -> Option<PathBuf>

Get a path to the terminfo file base on the $TERM environment variable.

This function emulates the curses method for finding the compiled terminfo file. This method is explained in detail in terminfo.5.