Support attaching format information to selected color variables

This commit is contained in:
Andrzej Rybczak
2016-12-22 16:31:41 +01:00
parent 9c13827b62
commit a488c2d89d
22 changed files with 492 additions and 175 deletions

View File

@@ -1,5 +1,6 @@
bin_PROGRAMS = ncmpcpp
ncmpcpp_SOURCES = \
curses/formatted_color.cpp \
curses/scrollpad.cpp \
curses/window.cpp \
screens/browser.cpp \
@@ -57,6 +58,7 @@ INCLUDES= $(all_includes)
# the library search path.
ncmpcpp_LDFLAGS = $(all_libraries)
noinst_HEADERS = \
curses/formatted_color.h \
curses/menu.h \
curses/menu_impl.h \
curses/scrollpad.h \