Date: Sun, 16 Aug 1998 00:30:26 +0200 (SAST) From: Matthew West <mwest@cs.uct.ac.za> To: rural orangutang <dono@loki.async.org> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: key mapping Message-ID: <Pine.BSF.3.96.980816001855.19647M-100000@gimli.cs.uct.ac.za> In-Reply-To: <Pine.LNX.3.96.980815152753.9794A-100000@loki.async.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 15 Aug 1998, rural orangutang wrote: > I am struggling with trying to get the 'end' and 'delete' keys to work as > 'end' and 'delete', respectively. When I hit 'end', nothing happens, and > 'delete' acts as a backspace. How would I go about solving this? I have this problem when I'm using the "xterm" (or derivatives) TERM settings. It's setup this way in the default /etc/termcap for some strange reason. Editing the entry for xterm and then doing a "cap_mkdb" sorts it out fine. I've only fixed the delete/backspace problem so far tho: [mwest@gimli] /usr/share/misc$ diff termcap.old termcap 300c300 < :kh=\EOH:@7=\EOF:kb=^H:kD=^?:\ --- > :kh=\EOH:@7=\EOF:\ Take a look at termcap(5) in the man pages for the format. --mwest@cs.uct.ac.za http://www.cs.uct.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980816001855.19647M-100000>