Adding sixel support ref. #7
This commit is contained in:
parent
884c62a056
commit
f31c43015d
17 changed files with 1260 additions and 156 deletions
5
Makefile
5
Makefile
|
|
@ -8,7 +8,10 @@ include config.mk
|
|||
#LIGATURES_C = hb.c
|
||||
#LIGATURES_H = hb.h
|
||||
|
||||
SRC = st.c x.c $(LIGATURES_C)
|
||||
# Uncomment this for the SIXEL patch / SIXEL_PATCH
|
||||
#SIXEL_C = sixel.c sixel_hls.c
|
||||
|
||||
SRC = st.c x.c $(LIGATURES_C) $(SIXEL_C)
|
||||
OBJ = $(SRC:.c=.o)
|
||||
|
||||
all: options st
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue