[Python-bugs-list] [ python-Bugs-441429 ] curses, can't write to loverright corner

noreply@sourceforge.net noreply@sourceforge.net
Sun, 15 Jul 2001 04:18:24 -0700


Bugs item #441429, was opened at 2001-07-15 04:18
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=441429&group_id=5470

Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: curses, can't write to loverright corner

Initial Comment:
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.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=441429&group_id=5470