From cdb4e6248bc2e20b28a507a3395d46de43844232 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 26 Feb 2009 22:34:30 +0000 Subject: The curses panel library is now supported --- Doc/howto/curses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/curses.rst b/Doc/howto/curses.rst index 2d964c3..71e640c 100644 --- a/Doc/howto/curses.rst +++ b/Doc/howto/curses.rst @@ -426,7 +426,7 @@ quirks, and provide complete lists of all the functions, attributes, and Because the curses API is so large, some functions aren't supported in the Python interface, not because they're difficult to implement, but because no one has needed them yet. Feel free to add them and then submit a patch. Also, we -don't yet have support for the menus or panels libraries associated with +don't yet have support for the menu library associated with ncurses; feel free to add that. If you write an interesting little program, feel free to contribute it as -- cgit v0.12