mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
parent
cbccf84ec9
commit
e31cb906a1
|
@ -143,4 +143,8 @@ There's a known issue with Amethyst window manager on macOS - redraws do not wor
|
||||||
|
|
||||||
## Truncated icons in st
|
## Truncated icons in st
|
||||||
|
|
||||||
When using `O_NERD/O_ICONS`, some `nnn` file icons in simple terminal may appear truncated. A `st` 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 `O_NERD/O_ICONS`, some `nnn` file icons in simple terminal may appear truncated. A `st` 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/).
|
||||||
|
|
||||||
|
## Running inside docker containers
|
||||||
|
|
||||||
|
When run inside docker container nnn exits instantly. The solution is to create the container with the flag `--init`.
|
Loading…
Reference in a new issue