Line counting is ideosyncratic with eval.

2021-09-22 Thread dfsmith
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 -fdebug-prefix-map=/build/bash-2bxm7h/bash-5.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-parentheses -Wno-format-security uname o

Re: [PATCH] fix the termcap string for _rl_term_kP

2021-09-22 Thread Chet Ramey
On 9/22/21 7:59 AM, Koichi Murase wrote: > Bash Version: > devel branch (441078402919f6f0dd677cad18d55c7a89d294fc), > 5.1.8(2)-maint (x86_64-pc-linux-gnu) > > Description: > > The key `page-up', which is supposed to be bound to the readline > bindable function `history-search-backward' af

[PATCH] fix the termcap string for _rl_term_kP

2021-09-22 Thread Koichi Murase
Bash Version: devel branch (441078402919f6f0dd677cad18d55c7a89d294fc), 5.1.8(2)-maint (x86_64-pc-linux-gnu) Description: The key `page-up', which is supposed to be bound to the readline bindable function `history-search-backward' after commit 65822e50, does not actually work because of