mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
4c2d78f6cb
* feat(tui): extract KillRing and UndoStack, add to Input Extract kill ring and undo logic from Editor into reusable classes: - KillRing: ring buffer with accumulation for consecutive kills - UndoStack<S>: generic stack with clone-on-push semantics Refactor Editor to use both classes. Add kill ring (kill/yank/ yank-pop), undo with coalescing, and deleteWordForward to Input. * feat(tui): extract handleBackspace() and handleForwardDelete()
4c2d78f6cb
ยท
2026-02-07 15:47:27 +01:00
History