Date: Wed, 18 Aug 1999 13:38:59 -0700 From: "David O'Brien" <obrien@NUXI.com> To: "Matthew N. Dodd" <winter@jurai.net> 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: <19990818133859.D59206@dragon.nuxi.com> In-Reply-To: <Pine.BSF.4.10.9908181539360.4840-100000@sasami.jurai.net>; from Matthew N. Dodd on Wed, Aug 18, 1999 at 03:40:54PM -0400 References: <199908181915.MAA45461@freefall.freebsd.org> <Pine.BSF.4.10.9908181539360.4840-100000@sasami.jurai.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> I've got some code in the works that should allow libedit to be used as a > drop-in for libreadline/libhistory. BTW, I'll yell like hell if anything is converted to using libedit and the vi mode behavior of the program changes. 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. Also don't forget libreadline reads ~/.inputrc. Simular functionality should be provided. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) 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?19990818133859.D59206>