1
0
mirror of https://github.com/tiyn/st synced 2025-10-10 02:01:16 +02:00

scrollback: added ligatures patch

This commit is contained in:
2023-08-22 13:39:16 +02:00
parent c32ee66365
commit dca513f4a4
9 changed files with 927 additions and 119 deletions

View File

@@ -4,7 +4,7 @@
include config.mk
SRC = st.c x.c
SRC = st.c x.c hb.c
OBJ = $(SRC:.c=.o)
all: options st
@@ -22,7 +22,8 @@ config.h:
$(CC) $(STCFLAGS) -c $<
st.o: config.h st.h win.h
x.o: arg.h config.h st.h win.h
x.o: arg.h config.h st.h win.h hb.h
hb.o: st.h
$(OBJ): config.h config.mk