Date: Sun, 16 Nov 1997 13:41:03 +0200 (IST) From: Eli Zaretskii To: zixyer cc: djgpp AT delorie DOT com Subject: Re: arrow keys In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 13 Nov 1997, zixyer wrote: > how do you trap the arrow keys using the standard c library? If by ``trap'' you mean ``read'' them, then use library function `getxkey', declared on . The header defines useful macros for various keys. For example, the left arrow is K_Left.