mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 13:21:29 +00:00
Add sort/locale workaround
parent
80ed8f90a1
commit
188813b504
|
@ -150,4 +150,8 @@ When run inside docker container nnn exits instantly. The solution is to create
|
|||
Ensure that the primary font of your terminal is set to a suitable one (e.g when using `O_NERD`, primary font should be a nerd font).
|
||||
Also ensure that your system's locale is set up properly.
|
||||
|
||||
When using [ST](https://st.suckless.org/) some icons may appear truncated. A patch fixing this issue is available in a reddit thread [here](https://www.reddit.com/r/suckless/comments/jt90ai/update_support_for_proper_glyph_rendering_in_st/).
|
||||
When using [ST](https://st.suckless.org/) some icons may appear truncated. A patch fixing this issue is available in a reddit thread [here](https://www.reddit.com/r/suckless/comments/jt90ai/update_support_for_proper_glyph_rendering_in_st/).
|
||||
|
||||
## Wrong/Bad sorting order ([#1652](https://github.com/jarun/nnn/issues/1652))
|
||||
|
||||
`nnn` respects the environmental `LC_COLLATE` value - the effect of this depends on your `libc`. Try setting it to something standard/well-supported such as "C" or "C.UTF8" and see if that fixes the issue or not.
|
Loading…
Reference in a new issue