From af8363926aa1cb96483a1777d478491e7415faff Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sat, 2 Apr 2016 04:48:27 +0300 Subject: Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants Patch by Robert Bachmann and SilentGhost. --- Doc/library/curses.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index e8dfd83..144f7f8 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -1508,9 +1508,9 @@ keys); also, the following keypad mappings are standard: +------------------+-----------+ | :kbd:`End` | KEY_END | +------------------+-----------+ -| :kbd:`Page Up` | KEY_NPAGE | +| :kbd:`Page Up` | KEY_PPAGE | +------------------+-----------+ -| :kbd:`Page Down` | KEY_PPAGE | +| :kbd:`Page Down` | KEY_NPAGE | +------------------+-----------+ The following table lists characters from the alternate character set. These are -- cgit v0.12