| Ilya Zakharevich on Thu, 02 May 2019 03:01:32 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: Please test pari-2.11.2 prerelease 1 |
On Wed, May 01, 2019 at 04:28:51PM +0200, Bill Allombert wrote:
> OK, I have rebuild with readline 8:
> <https://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/gp64-readline8-2-11-2-pre1.exe>
> Is it better ?
??? The most basic keys (Home and End) now work without inputrc.
??? .inputrc in APPDATA is now found without problems.
??? Unfortunately, according to
https://fossies.org/dox/readline-8.0/bind_8c_source.html#l01169
the `$if term??-directives in .inputrc acts only if rl_terminal_name
is defined; however, the code in
https://fossies.org/dox/readline-8.0/terminal_8c_source.html#l00442
sets only the local variable term!
So `$if term?? directives do not act on Windows in .inputrc (unless
%TERM% is defined).
Thanks,
Ilya