Use ansi instead of ncurses and add directory preview

This commit is contained in:
Night Kaly 2024-10-31 23:19:40 +00:00
parent 132f4887ed
commit 85de46dfe5
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM
2 changed files with 1001 additions and 922 deletions

View file

@ -9,9 +9,9 @@ PREFIX ?= /usr/local
BINDIR = $(PREFIX)/bin BINDIR = $(PREFIX)/bin
MANDIR = $(PREFIX)/share/man/man1 MANDIR = $(PREFIX)/share/man/man1
LDFLAGS != pkg-config --libs ncursesw LDFLAGS != pkg-config --libs libsixel
INCFLAGS != pkg-config --cflags ncursesw INCFLAGS != pkg-config --cflags libsixel
CFLAGS = -O3 -march=native -mtune=native -pipe -s -flto -std=c99 -pedantic -Wall $(INCFLAGS) CFLAGS = -O3 -march=native -mtune=native -pipe -g -flto -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 $(INCFLAGS)
SRC = ccc.c util.c file.c icons.c SRC = ccc.c util.c file.c icons.c

1917
ccc.c

File diff suppressed because it is too large Load diff