Date: Tue, 8 Jun 1999 11:40:35 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Douglas Steele cc: djgpp AT delorie DOT com Subject: Re: beginner question In-Reply-To: <4Xz+1DABd$W3EwDl@dsteele.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 7 Jun 1999, Douglas Steele wrote: > Can anyone tell me how to map my "End" key so it takes me to the end of > a line (same as ctrl-e) I don't think you can do it. Current ports of Bash don't support most of the PC-specific edit keys (the original Bash code uses Unix-specific features that aren't emulated in DJGPP yet). I'm afraid you are stuck with Ctrl-E, at least for now. > Also, is it possible to get reverse video, so black type on white > background ? Not inside Bash, I think. In fact, I think Bash doesn't support this even on Unix, does it?