Hi > On OpenBSD, the curse and termcap library use *only* pre-compiled > databases to search for a TERM entry. > > Every mention to the /usr/share/misc/terminfo/*/* or ~/.terminfo/*/* > scheme in OpenBSD's own manpages or on instructions written for > system that do use that scheme (Linux) are invalid.
Not quite. OpenBSD ncurses will also search all of ~/.terminfo, /usr/share/terminfo, and /usr/local/share/terminfo. So you can install files with tic as normal. The manpages say /usr/share/misc/terminfo, but this is not searched (only /usr/share/misc/terminfo.db). ISTR changing it in the manpages but apparently not.

