Date: Wed, 18 Aug 1999 16:52:27 -0400 (EDT) From: "Matthew N. Dodd" <winter@jurai.net> To: "David O'Brien" <obrien@NUXI.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libreadline FREEBSD-upgrade rlstdc.h CHANGELOG CHANGES MANIFEST Makefile.in README aclocal.m4 bind.c callback.c complete.c configure configure.in display.c funmap.c histexpand.c histfile.c histlib.h history.c history.h input.c ... Message-ID: <Pine.BSF.4.10.9908181648410.4840-100000@sasami.jurai.net> In-Reply-To: <19990818133859.D59206@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 18 Aug 1999, David O'Brien wrote:
> What pisses me off the most about the vi behavor in /bin/sh is:
> /bin/sh
> $ set -o vi
> $ ls
> $ <esc>kA<backspace>
>
> produce a beep rather than performing the backspace.
Weird. Doesn't happen that way here...
Esc-k brings up the previous command ('ls')
'A' moves the cursor to the end of the line.
backspace deletes the 's' of 'ls'.
You have termcap issues or something? (Or maybe I do.)
> Also don't forget libreadline reads ~/.inputrc. Simular functionality
> should be provided.
Indeed.
I'm not advocating changing -all- programs that use libreadline (right
now). I'm advocating doing what is needed to get libreadline out of the
source tree.
--
| Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD |
| winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever |
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" 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.4.10.9908181648410.4840-100000>
