Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #16412

Re: Backspace echoed incorrectly with TERM=garbage

From Ralf Goertz <me@myprovider.invalid>
Newsgroups gnu.bash.bug
Subject Re: Backspace echoed incorrectly with TERM=garbage
Date 2020-06-19 09:41 +0200
Organization A noiseless patient Spider
Message-ID <rchq7t$ent$2@dont-email.me> (permalink)
References (3 earlier) <20200618214140.GT19673@eeg.ccf.org> <13540.bryanh@giraffe-data.com> <CANaoh6J1ttm_Mqm1m7Equ4k02LYLLZ=Ao3A8L30mM=77h_ysOA@mail.gmail.com> <69359.bryanh@giraffe-data.com> <mailman.102.1592534927.2574.bug-bash@gnu.org>

Show all headers | View raw


Am 19 Jun 2020 02:30:35 +0000
schrieb Bryan Henderson <bryanh@giraffe-data.com>:

> I see what is probably the crucial difference between my working Bash
> 4 and my nonworking Bash 5:  Different Ncurses shared libraries.  The
> former uses libncurses.so.5 _and_ libtinfo.so.5, while the latter uses
> only libtinfo.so.6.
> 
> Still doesn't explain why this is a problem only for me, though.

I also have the problem with $BASH_VERSION 5.0.17(1)-release. And I see
no ncurses:

~> ldd /bin/bash
        linux-vdso.so.1 (0x00007ffd924c3000)
        libreadline.so.8 => /lib64/libreadline.so.8 (0x00007f820a788000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f820a782000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f820a5bb000)
        libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00007f820a58b000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f820a92e000)


Back to gnu.bash.bug | Previous | NextPrevious in thread | Find similar


Thread

Re: Backspace echoed incorrectly with TERM=garbage Bryan Henderson <bryanh@giraffe-data.com> - 2020-06-19 02:30 +0000
  Re: Backspace echoed incorrectly with TERM=garbage Ralf Goertz <me@myprovider.invalid> - 2020-06-19 09:41 +0200

csiph-web