Exploring terminfo

Grant Edwards grant.b.edwards at gmail.com
Sun Jan 17 13:03:42 EST 2021


On 2021-01-17, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> On 17/01/21 12:40 pm, Chris Angelico wrote:
>> This is true. However, at some point, the boundary is crossed from
>> Python into the C library. Something, at that point, knows. It's very
>> common to have a flush option available, so it should be used.
>
> I'm wondering whether the problem in this particular case stems
> from trying to use parts of curses without initialising it
> properly.

No.

> I expect that initialising curses would put stdout into some kind of
> unbuffered mode, and the rest of it assumes that this has been done.

No.

--
Grant






More information about the Python-list mailing list