-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
bugSomething isn't workingSomething isn't workingneeds-testingTesting a PR or reproducing an issue neededTesting a PR or reproducing an issue needed
Description
Is this a new report?
Yes
System Info
Void 6.12.54_1 x86_64 GenuineIntel notuptodate hold FFFFF
Package(s) Affected
bash-5.3_1
Does a report exist for this bug with the project's home (upstream) and/or another distro?
No response
Expected behaviour
- when i press "a[arrow up]" i get "appCLI LDR nick:9000..9100 "M:UHUB rdK0x2001C000+128." < /dev/null"
- then i move the cursor to the L of LDR and type "no"
- then i press "[arrow up]" and get "appCLI no nick:9000..9100 "M:AIPA confE^""
- then i press "[ctrl]c" and get a new line
- then i press "a[arrow up]" and get "appCLI LDR nick:9000..9100 "M:UHUB rdK0x2001C000+128." < /dev/null"
Actual behaviour
but when i use the new version, i get a garbled line, that i never executed:
exec /bin/bash,5.3
appCLI no nick:9000..9100 "M:AIPA confE0"^C
appCLI noLDR nick:9000..9100 "M:UHUB rdK0x2001C000+128." < /dev/null^C
Steps to reproduce
.bashrc
shopt -s expand_aliases
shopt -s cdspell
shopt -s checkwinsize
shopt -s cmdhist
shopt -s dotglob
shopt -s expand_aliases
shopt -s extglob
shopt -s histappend
shopt -s hostcomplete
export HISTSIZE=10000
export HISTFILESIZE=${HISTSIZE}
export HISTCONTROL=ignoreboth:erasedups
- fill the history with some commands (some of them start with the same 3 letters)
- enter the start X of an old command
- press [arrow up] and see the old command C
- then edit this old command, so that it is the start of an older command, that also starts with X
- then press [arrow up] and see the old command D
- press [ctrl]+c
- then enter X again
- press [arrow up] and see a mixture of C and D
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds-testingTesting a PR or reproducing an issue neededTesting a PR or reproducing an issue needed