From 1ca93b621c4fcaffbc88adbe524281b74035f037 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Thu, 5 May 2016 11:05:49 +0300 Subject: Issue #26962: Backport 23d986228c6b to 2.7 --- 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 642d25b..43941d9 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -1474,9 +1474,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