On 5/20/22 11:16 AM, Andrea Monaco wrote:
In rare cases, the following happens to me: when I press UP and then RET
to execute the last command line, and the two presses are close enough
in time, bash takes the UP key as input without invoking history, so it
tries to execute something like '^[[A'
Hi Andrea
This would appear to be an issue with the readline library, rather than
Bash itself.
As you've noted that it's timing-sensitive, I'm wondering if it's related
to bytes received immediately prior, so to investigate this would it be
possible to run Bash inside a "script" session, until y