From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KXI86-0006Zo-F1 for mharc-grub-devel@gnu.org; Sun, 24 Aug 2008 12:07:50 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXI85-0006Yn-DR for grub-devel@gnu.org; Sun, 24 Aug 2008 12:07:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXI84-0006Y1-Og for grub-devel@gnu.org; Sun, 24 Aug 2008 12:07:49 -0400 Received: from [199.232.76.173] (port=58288 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXI84-0006Xx-MD for grub-devel@gnu.org; Sun, 24 Aug 2008 12:07:48 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:49995 helo=jenni2.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXI84-0006wY-4F for grub-devel@gnu.org; Sun, 24 Aug 2008 12:07:48 -0400 Received: from [127.0.0.1] (88.193.32.97) by jenni2.inet.fi (8.5.014) id 489066C50114B9E2 for grub-devel@gnu.org; Sun, 24 Aug 2008 19:07:47 +0300 Message-ID: <48B18760.8050609@nic.fi> Date: Sun, 24 Aug 2008 19:08:00 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: The development of GRUB 2 References: <20080823101642.GA21564@pina.cat> <48AFE7D1.3020107@nic.fi> <20080824123304.GA4984@pina.cat> In-Reply-To: <20080824123304.GA4984@pina.cat> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: GRUB_CONSOLE_KEY_NPAGE/PPAGE codes X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2008 16:07:49 -0000 Carles Pina i Estany wrote: > In the ChangeLog from Grub (not Grub2) I can read: > -------- > 1999-03-13 Gordon Matzigkeit > > [...] > > * shared_src/shared.h (KEY_DELETE): Rename to KEY_DC, for > compatibility with curses. > (KEY_INSERT): Rename to KEY_IC. > (KEY_PGDN): Rename to KEY_NPAGE. > (KEY_PGUP): Rename to KEY_PPAGE. > -------- > > These names are still valid in libncurses5. wtf?! What idiocy is this ?? Making it really hard for normal people to understand what those means. I would go for understandability and not to be "compatible" with curses internally... curses terminal driver can use what ever it wants.