Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Nov 2010 17:43:16 +0100
From:      Baptiste Daroussin <bapt@freebsd.org>
To:        Ade Lovett <ade@freebsd.org>
Cc:        Anonymous <swell.k@gmail.com>, freebsd-hackers@freebsd.org, freebsd-arch@freebsd.org
Subject:   Re: [PATCH] update to the latest libedit version and remove libreadline deps
Message-ID:  <AANLkTin=7FRvR4GKCQ%2B4QY14qfM_PUjP%2BpWpy411HxnM@mail.gmail.com>
In-Reply-To: <BADB42DD-05A2-4416-829C-FD883EABCEDA@FreeBSD.org>
References:  <AANLkTi=vxnbFvJabRYLKXG1zA5ry=Phh7y%2Bkg7wjvFmr@mail.gmail.com> <AANLkTimK=YK6Lnt%2BPzpOdQzLz6kCOHqJY6x%2BGiSh2D9z@mail.gmail.com> <20101106120752.001e92c0@ernst.jennejohn.org> <86vd4ao5o4.fsf@gmail.com> <AANLkTinkwsFXpXE=CxcDjTGPVo3aa8EQ1_ve0h3NiB5E@mail.gmail.com> <BADB42DD-05A2-4416-829C-FD883EABCEDA@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Yet another version of the patch, I hope the last one
http://people.freebsd.org/~bapt/update-libedit.patch
Everything should be working as it used to do before.

Now gdbtui is almost working. why almost because everything works
except Ctrl-D (EOF), I know where the bug is (lib/libedit/read.c :
function: FUN(el,gets)(EditLine *el, int *nread), the read pb is in
readchar I guess) but I can't find a way to fix it and it seems to me
a really minor regression. I think we can live with this as this bug
appear only when libedit doesn't directly gets its input but get is
through a third party interface (ncurses in that case) and gdbtui is
the only program in base working like this.

Also thanks for the information about exp-run, if anyone is about to
accept this patch and wanted to commit it, I'll follow those
informations.

regards,
Bapt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTin=7FRvR4GKCQ%2B4QY14qfM_PUjP%2BpWpy411HxnM>