nnn icon support #4901
Unanswered
daviehh
asked this question in
Tap maintenance and brew development
Replies: 1 comment
-
Could you make a pull request for this? It's really the best way |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
For the terminal file manager nnn, the current default flags may lead to icons shown as ? for typical setups:
Since the commit Homebrew/homebrew-core@c65f990, the compile arguments
are added. However, these flags are sort of mutually exclusive and thus the current nnn bottle shows icons as
?
.Basicially,
nnn
shows icon with three different approaches doc,with the code here, the if-branch will ignore the emoji/nerd font options when the icons-in-terminal flag is set in the makefile, which is what happens in the current brew bottle. It would seem that this (having icons-in-terminal setup) is likely less likely for most average users to have the icons-in-terminal package, and it may be more likely that they'd have nerdfonts or emoji support.
So may be change the build args to
O_NERD=1
?Beta Was this translation helpful? Give feedback.
All reactions