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 b31daff commit af83639Copy full SHA for af83639
1 file changed
Doc/library/curses.rst
@@ -1508,9 +1508,9 @@ keys); also, the following keypad mappings are standard:
1508
+------------------+-----------+
1509
| :kbd:`End` | KEY_END |
1510
1511
-| :kbd:`Page Up` | KEY_NPAGE |
+| :kbd:`Page Up` | KEY_PPAGE |
1512
1513
-| :kbd:`Page Down` | KEY_PPAGE |
+| :kbd:`Page Down` | KEY_NPAGE |
1514
1515
1516
The following table lists characters from the alternate character set. These are
0 commit comments