mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 22:03:45 +00:00
* 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() |
||
|---|---|---|
| .. | ||
| box.ts | ||
| cancellable-loader.ts | ||
| editor.ts | ||
| image.ts | ||
| input.ts | ||
| loader.ts | ||
| markdown.ts | ||
| select-list.ts | ||
| settings-list.ts | ||
| spacer.ts | ||
| text.ts | ||
| truncated-text.ts | ||