patch: ligatures-scrollback-ringbuffer

This commit is contained in:
2026-01-01 13:39:47 -05:00
parent d9fa845fc4
commit ab0590b48a
14 changed files with 1223 additions and 399 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: st
@@ -16,7 +16,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