full split complete

This commit is contained in:
2025-11-29 14:56:51 -08:00
parent 74637c8e83
commit c2a6a593ef
16 changed files with 2808 additions and 2690 deletions

View File

@@ -20,21 +20,27 @@ endif()
include(GNUInstallDirs)
set(SOURCES
core.c
abuf.c
core.c
term.c
buffer.c
editor.c
editing.c
killring.c
process.c
undo.c
main.c
)
set(HEADERS
core.h
abuf.h
core.h
term.h
buffer.h
editor.h
editing.h
killring.h
process.h
undo.h
)