name>terminfo ( name -- terminfo/f )
Terminfo Databases

Prev:my-terminfo ( -- terminfo/f )
Next:file>terminfo ( path -- terminfo )


Vocabulary
terminfo

Inputs
namea terminal name string


Outputs
terminfo/fan assoc or f


Word description
Returns the terminfo for the named terminal, or f if no entry for it is found in the database.

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

Definition