Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120beb6 commit a98e92bCopy full SHA for a98e92b
1 file changed
Modules/_cursesmodule.c
@@ -1270,6 +1270,8 @@ static PyMethodDef PyCursesWindow_Methods[] = {
1270
{"nodelay", (PyCFunction)PyCursesWindow_nodelay},
1271
{"notimeout", (PyCFunction)PyCursesWindow_notimeout},
1272
{"noutrefresh", (PyCFunction)PyCursesWindow_NoOutRefresh},
1273
+ /* Backward compatibility alias -- remove in Python 2.1 */
1274
+ {"nooutrefresh", (PyCFunction)PyCursesWindow_NoOutRefresh},
1275
{"putwin", (PyCFunction)PyCursesWindow_PutWin},
1276
{"redrawln", (PyCFunction)PyCursesWindow_RedrawLine},
1277
{"redrawwin", (PyCFunction)PyCursesWindow_redrawwin},
0 commit comments