From 932d46732a09c810bc5d9e99f30efee19014cccd Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Wed, 7 Apr 2021 13:02:28 +0530 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) 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).