On 14/01/2021 22:11, Grant Edwards wrote:

> Or use a terminfo library:
> 
>   https://github.com/DirectXMan12/py-terminfo
> 
> It _may_ be possible to use ncurses to get the terminfo strings
> required for various functions without actually having ncurses to any
> I/O, but I've never tried that...

That is precisely what the tiXXX family of functions in
the curses module is supposed to enable. I'm just struggling
to get anything other than very basic stuff working!

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to