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