Add UndoSystem implementation and refactor UndoNode for simplicity.

This commit is contained in:
2025-11-30 00:04:29 -08:00
parent e91a32dd90
commit 35ffe6d11c
20 changed files with 13950 additions and 1479 deletions

View File

@@ -55,8 +55,9 @@ set(COMMON_SOURCES
TerminalInputHandler.cc
TerminalRenderer.cc
TerminalFrontend.cc
# UndoNode.cc
# UndoTree.cc
UndoNode.cc
UndoTree.cc
UndoSystem.cc
)
set(COMMON_HEADERS
@@ -73,8 +74,9 @@ set(COMMON_HEADERS
TerminalRenderer.h
Frontend.h
TerminalFrontend.h
# UndoNode.h
# UndoTree.h
UndoNode.h
UndoTree.h
UndoSystem.h
)
# kte (terminal-first) executable