Skip to content

Can nnn be compiled with all icon flags enabled? #1998

Closed Answered by pa-0
pa-0 asked this question in Q&A
Discussion options

You must be logged in to vote

NEVERMIND, found this in the Makefile:

ifeq ($(strip $(O_ICONS)),1)
  ICONS_INCLUDE = icons-generated-icons-in-term.h
  CPPFLAGS += -DICONS_IN_TERM -DICONS_INCLUDE=\"$(ICONS_INCLUDE)\"
ifeq ($(strip $(T_ICONS)),1)
$(error Choose only one system for icons (O_ICONS, O_NERD or O_EMOJI))
endif
  T_ICONS := 1
endif

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pa-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant