co-mono/packages
Mario Zechner 07fad1362c feat(tui): hardware cursor positioning for IME support
- Add Focusable interface for components that need hardware cursor positioning
- Add CURSOR_MARKER (APC escape sequence) for marking cursor position in render output
- Editor and Input components implement Focusable and emit marker when focused
- TUI extracts cursor position from rendered output and positions hardware cursor
- Track hardwareCursorRow separately from cursorRow for differential rendering
- visibleWidth() and extractAnsiCode() now handle APC sequences
- Update overlay-test.ts example to demonstrate Focusable usage
- Add documentation for Focusable interface in docs/tui.md

Closes #719, closes #525
2026-01-16 04:30:07 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-15 17:36:40 +01:00
ai fix(tui): add vertical scrolling to Editor when content exceeds terminal height 2026-01-16 04:12:21 +01:00
coding-agent feat(tui): hardware cursor positioning for IME support 2026-01-16 04:30:07 +01:00
mom Add [Unreleased] section for next cycle 2026-01-15 17:36:40 +01:00
pods Release v0.46.0 2026-01-15 17:35:54 +01:00
tui feat(tui): hardware cursor positioning for IME support 2026-01-16 04:30:07 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-15 17:36:40 +01:00