fix: restore mobile virtual keyboard flow
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
# Deferred: Ghostty mobile long-press copy
|
||||
|
||||
## Summary
|
||||
|
||||
Mobile long-press copy for highlighted terminal text should be implemented in Ghostty ownership layer, not in `webterm/static/js/terminal.ts`.
|
||||
|
||||
## Note
|
||||
|
||||
- Selection, copy, context menu, and touch-selection semantics are owned by `ghostty-web`, mainly `lib/selection-manager.ts`.
|
||||
- Wrapper-level gesture handling in `webterm/static/js/terminal.ts` is not correct long-term fix for “long press highlighted text to copy”.
|
||||
- Future work should patch Ghostty selection manager directly so long-press copy uses Ghostty’s real selection state and copy path.
|
||||
|
||||
# Bug: Render loop dies silently on uncaught exception
|
||||
|
||||
## Summary
|
||||
|
||||
Reference in New Issue
Block a user