diff --git a/Troubleshooting.md b/Troubleshooting.md index e6ed353..7d3614d 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -58,6 +58,14 @@ initialization. The in-built batch-renamer implemented in `nnn` is a very simplified one. It's single-pass - reads the name/path of files iteratively (from a list of source files) and renames/moves them (as specified in the corresponding line number in a list of renamed/destination files). It doesn't handle deletions or perform any pre-parsing to account for rename loops, swaps, replaces, etc. +## Misaligned size column + +We have seen this issue in WSL where sometimes repeated space characters are not printed. To fix this: + + export TERM=rxvt-unicode + +Detailed [explanation](https://stackoverflow.com/questions/46507473/ncurses-in-urxvt-does-not-print-repeating-characters). + ## Can't list within list List view is a temporary view of symlinks. To avoid remembering the temporary paths to all listed views the current path is removed when the next list is loaded. This is also inline with the fact that `find` doesn't look within symlinks to directories. If you need to search the entries within a loaded list, visit the original directory and run the refined search.