[docs] curses documentation

Kai K. kai at kunfoo.org
Wed Mar 20 16:24:28 CET 2013


Hey,

There is an error in the parameter list of newwin/subwin/derwin. It
says:
	curses.newwin(nlines, ncols, begin_y, begin_x)

but as far as I understand it should be:
	curses.newwin(ncols, nlines, begin_y, begin_x)
-- 
Grüße, Kai

"In a world without walls and fences, who needs Windows and Gates?"


More information about the docs mailing list