Expand description
Undo/redo system — u to undo, r to redo (vim-style).
Each destructive action pushes an UndoAction that captures exactly what was changed so it can be reversed.
Structs§
- Undo
Stack - Undo/redo stack.
Enums§
- Undo
Action - A single undoable action.