my-terminfo ( -- terminfo/f )
Terminfo Databases

Next:name>terminfo ( name -- terminfo/f )


Vocabulary
terminfo

Inputs
None

Outputs
terminfo/fan assoc or f


Word description
As name>terminfo, but gets the name from $TERM, thus retrieving the capabilities for the current terminal.

Errors
Throws bad-magic if a database entry is found but the header isn't recognized.

Definition