mirror of
https://github.com/jarun/nnn.git
synced 2024-12-02 19:36:51 +00:00
Updated Troubleshooting (markdown)
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:
|
To fix this:
|
||||||
|
|
||||||
export TERM=rxvt-unicode
|
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).
|
Detailed [explanation](https://stackoverflow.com/questions/46507473/ncurses-in-urxvt-does-not-print-repeating-characters).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue