On 19/01/21 2:34 pm, Alan Gauld wrote:
To be fair that's a limitation of the C curses library. putp() is a
wrapper around tputs() even there, and you can't change what it does.
The gap in the curses module is that it doesn't offer the tputs()
option as an alternative.

Seems to me it would be useful to have something that returns
what tputs() would have output, as a string, so you can send it
where you want.

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

Reply via email to