This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nobody
Recipients
Date 2001-07-15.11:18:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Whenever I try to write something to a window that
would cause text to appear in the lower right corner
I get an error
w = curses.newwin(2,10,0,0)
w.addstr(1,9,"X")   ->   
      _curses.error: addstr() returned ERR


w.addch(1,9,ord("x")) ->
      _curses.error: addch() returned ERR

Same behaviour on all versions I tried.
1.5.2
2.1
2.0


ncurses-5.2 if that is of importance.
History
Date User Action Args
2007-08-23 13:55:14adminlinkissue441429 messages
2007-08-23 13:55:14admincreate