1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Troubleshooting (markdown)

Mischievous Meerkat 2021-04-07 13:02:28 +05:30
parent 2ecf54e07a
commit 932d46732a

@ -65,6 +65,8 @@ We have seen this issue with WSL and Putty where sometimes repeated space charac
To fix this:
export TERM=rxvt-unicode
// OR
export TERM=rxvt-unicode-256color
Detailed [explanation](https://stackoverflow.com/questions/46507473/ncurses-in-urxvt-does-not-print-repeating-characters).