Revert "patch: ligatures-scrollback-ringbuffer"

This reverts commit ab0590b48a.
This commit is contained in:
2026-01-01 13:46:17 -05:00
parent 77accdfa1f
commit 1369487bb8
14 changed files with 399 additions and 1223 deletions

View File

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