Re: TERMINFO_DIRS
Thomas Klausner <[email protected]>
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <ttxfctgbme4ufi3xk27tzkzmmui7ssld2gcon6e2yvutc3qr4u@fnye2wtcygq2> |
On Sat, Oct 18, 2025 at 08:48:12AM +0100, Brian Buhrow wrote: > hello. Isn't the environment variable you want TERMINFO? I was looking at this because Python 3.14 seems to use it to find the terminfo database. See https://github.com/python/cpython/issues/140296 in case you want more details. Thomas