CE edit command
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m11s

This commit is contained in:
2026-03-05 16:29:59 +01:00
parent a5f5dbf21f
commit 25b289ccfb
11 changed files with 316 additions and 30 deletions

View File

@@ -6,7 +6,8 @@ c += ce.c \
interp.c \
mprintf.c \
self.c \
gapbuffer.c
gapbuffer.c \
edit.c
o += ce.o \
arena_alloc.o \
@@ -16,4 +17,5 @@ o += ce.o \
interp.o \
mprintf.o \
self.o \
gapbuffer.o
gapbuffer.o \
edit.o