- 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.
|
||
|---|---|---|
| .. | ||
| assertions.go | ||
| browser_files_test.go | ||
| capture.go | ||
| harness_test.go | ||
| harness.go | ||
| helpers.go | ||
| search_test.go | ||
| sort_mode_test.go | ||