pub fn parse(buffer: &[u8]) -> Result<Terminfo<'_>, Error>
Parse terminfo database from the supplied buffer
Returns Terminfo instance with data populated from the buffer.
Terminfo