--- curses.rst.orig 2008-04-25 03:29:10.000000000 +0200 +++ curses.rst 2009-08-21 13:11:39.000000000 +0200 @@ -799,6 +799,12 @@ no-delay mode, -1 is returned if there is no input. +.. method:: window.get_wch([y, x]) + + Get a wide character. Like :meth:`getch`, but the integer returned is the + unicode value for the key pressed, so it can be passed to `unichr()`. + + .. method:: window.getkey([y, x]) Get a character, returning a string instead of an integer, as :meth:`getch`