terminfo

https://github.com/npatrick04/terminfo.git

git clone 'https://github.com/npatrick04/terminfo.git'

(ql:quickload :terminfo)
1

terminfo

A terminfo database front end in Common Lisp. The package provides a method for determining which capabilities a terminal (e.g. “xterm”) has and methods to compile or put commands to a stream.

Based on terminfo by Paul Foley, terminfo was later modified for use in linedit and the hemlock text editor. This library consolidates changes to the terminfo package to provide a flexible interface.