uobikiemukot / yaft

yet another framebuffer terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strange behavior in Debian 10

opened this issue · comments

I noticed that on my laptop running a 64-bit copy of Debian 10 the backspace key in yaftx physically deletes a character, but visually the character stays there and the cursor moves to the right instead. It doesn't happen on my older machine running a 32-bit copy of Debian 9.13.

example:

I wrote uname -a
I press backspace and then n
Debian 10 shows uname -a n (wrong)
Debian 9 shows uname -n (correct)

Hi,

Yep, confirmed here on Linux Mint 20 64-bit as well. The fix is to run "tic info/yaft.src".
This seems to come up occasionally, so perhaps it'd make a worthy addition to README.md?