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

@@ -15,7 +15,7 @@ typedef struct buffer {
int dirty;
int mark_set;
size_t mark_curx, mark_cury;
undo_tree tree;
undo_tree undo;
} buffer;