Pad/internal
Greg Pomerantz 0dac354f2a fix(editor): wire key events to cursor movement
- Replace gtx.Event(nil) with key.Filter{Focus: focusedID} and
  key.FocusFilter{Target: focusedID} so Gio correctly routes key
  and edit events to the focused editor text field.

- Convert EditorState.CursorPosition (byte offset) to line/column
  coordinates for accurate cursor rendering.

- Add debug logging in HandleKeyDown and HandleCursorMove.
2026-06-03 07:41:18 -04:00
..
browser Fix browser search scrolling and remove list item selection highlight 2026-06-02 13:51:48 -04:00
editor fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -04:00
io/pool Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
test/e2e fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -04:00
ui fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -04:00