Sorry if this is already reported/ known issue. I've tried searching for it but couldn't find anything relevant.
I've recently updated my system from Ubuntu 18.04 to 20.04. When I build commit 2ec571a (current head of master) backspace does not work properly on 20.04. To reproduce, just type something in a shell (I've tried with bash and zsh) and then press backspace. It doesn't delete the characters but instead inserts a space. So for example, if the prompt is like (`_` is the cursor) $ asdf_ and I press backspace twice, I see this: $ asdf _ Note that this is only visually, the buffer is updated as expected so if I press enter the command I run is "as" and not "asdf ". Anyone know if there's already a patch to fix this? Thanks, Ömer