Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af83639

Browse files
committed
Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants
Patch by Robert Bachmann and SilentGhost.
1 parent b31daff commit af83639

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/curses.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,9 +1508,9 @@ keys); also, the following keypad mappings are standard:
15081508
+------------------+-----------+
15091509
| :kbd:`End` | KEY_END |
15101510
+------------------+-----------+
1511-
| :kbd:`Page Up` | KEY_NPAGE |
1511+
| :kbd:`Page Up` | KEY_PPAGE |
15121512
+------------------+-----------+
1513-
| :kbd:`Page Down` | KEY_PPAGE |
1513+
| :kbd:`Page Down` | KEY_NPAGE |
15141514
+------------------+-----------+
15151515

15161516
The following table lists characters from the alternate character set. These are

0 commit comments

Comments
 (0)