Stack untracked
No branch manifest for this stack yet.
Files 30
- M CLAUDE.md +2 ~0 -0
- M app.go +0 ~5 -10
- M app_lifecycle.go +0 ~2 -2
- M app_options.go +15 ~3 -0
- M app_options_test.go +8 ~3 -0
- M app_render.go +47 ~0 -0
- M app_suspend_test.go +0 ~1 -21
- M app_suspend_unix.go +0 ~1 -2
- M cell.go +5 ~1 -0
- A cursor.go +71 ~0 -0
- A cursor_test.go +463 ~0 -0
- M dispatch.go +17 ~4 -0
- M dispatch_test.go +61 ~0 -0
- A cursor-and-editing-api.md docs/plans/ +271 ~0 -0
- A editing_api_test.go +230 ~0 -0
- M element.go +17 ~0 -0
- M element_accessors.go +25 ~0 -0
- M element_options.go +11 ~0 -0
- M element_render.go +29 ~0 -0
- A element_resize_test.go +71 ~0 -0
- M focus_integration_test.go +59 ~0 -0
- M grapheme.go +49 ~0 -0
- M input.go +76 ~30 -0
- M input_options.go +20 ~2 -0
- M input_options_test.go +16 ~2 -0
- M input_test.go +6 ~3 -0
- M textarea.go +75 ~16 -0
- M textarea_options.go +11 ~7 -0
- M textarea_options_test.go +0 ~11 -0
- M textarea_test.go +3 ~5 -0
Comments 0
No comment threads.