mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
d11de35343
As David Martin proposed, this skin support all newest features May be used as modern skin, but with some restrictions (must be UTF-8 system codepage) Also, changed src/screen.c for demonstrate skin features :) Signed-off-by: Slava Zanko <slavazanko@gmail.com>
9 lines
126 B
Makefile
9 lines
126 B
Makefile
skindir = $(pkgdatadir)/skins
|
|
|
|
skin_DATA = \
|
|
default.ini \
|
|
featured.ini \
|
|
double-lines.ini
|
|
|
|
EXTRA_DIST = \
|
|
$(skin_DATA)
|