curses mystical error output

Skip Montanaro skip at pobox.com
Fri May 4 12:06:44 EDT 2007


> You might be trying to write to a section that is currently off
> screen.

Bingo.  I *thought* I was okay, but I wasn't refreshing until the
end of the display loop, so I never saw all the addstr() calls that
had succeeded but which had yet to be painted.  Adding a refresh()
call in the loop exposed my ignorance.

Thx Ian,

Skip







More information about the Python-list mailing list