-
Not sure if a bug, or I'm just missing something, so going to start here... Launching nnn with -U flag should "show user and group" in the status area, but nothing like that showing for me. In my search through issues, I found a discussion here - #1250 - which references a patch that shows that information in detail mode. When I attempt to compile with 'O_NAMEFIRST=1', as instructed in the thread, I get a make error:
Any thoughts about either issue? Status line doesn't change with or without -U |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Compiled, and working great. Interesting thing is that this version also shows user and group in status area, when using -U flag, even without using details in file info line, (expected behavior which is missing from static binary). |
Beta Was this translation helpful? Give feedback.
make O_NAMEFIRST=1
compiles fine for me. Are you onmaster
or do you have local modifications. Try to reproduce on master without modifications.