diff --git a/Troubleshooting.md b/Troubleshooting.md index 4818a18..88ec885 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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).