This has worked for many years (like about twenty :) )
without any problems.

After I upgraded from readline-6.2_p5 to readline-6.3_p8
last month, I am seeing some very undesirable
behavior.

Basically, when I press the delete key at the end of a
line, I am getting put into command mode (don't want
that - want to stay in insert mode). Also, the prompt
changes to "(arg: 3) [typed command]" with subsequent
digits getting added to the end of the arg value

I am using bash-4.3_p33 with the following in my .bashrc

set -o vi
stty erase '^H'

Ctrl-v followed by the delete key produces the following:

^[[3~

I tried to search for a way to control this, but I am a very
marginal vim / command line editing user. Do you have
any idea what is going on? Thanks for your help.

Nuzhna

_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to