DanteAlighierin / foot

Unofficial Mirror: A fast, lightweight and minimalistic Wayland terminal emulator
https://codeberg.org/dnkl/foot/commits/branch/master
MIT License
131 stars 4 forks source link

Input-output bug? #6

Open jvc84 opened 5 months ago

jvc84 commented 5 months ago

"I" and "O" appear in terminal in specific fields

https://github.com/DanteAlighierin/foot/assets/72560784/ff511aeb-5574-459b-a0d7-de9b1d9d5beb

Can I fix it via config?

Upd:

Temporary solution is tmux:

In .bashrc/.zshrc:

alias <command>='tmux new-session <command>'

in my case:

alias musikcube='tmux new-session musikcube'
alias ranger='tmux new-session ranger'

But tmux can affect custom colorschemes , so this solution isn't perfect