Commit 0469a9d
committed
Fix copy-on-select: override to clipboard and update ghostty fork
Override copy-on-select = clipboard so that selecting text in the
terminal copies to the system clipboard (NSPasteboard.general),
matching macOS user expectations. Ghostty's default of .true writes
to a private named pasteboard that is not accessible via Cmd+V.
Update the ghostty submodule to include the fix for the
use-after-free in the mouse release copy-on-select path
(manaflow-ai/ghostty#36).
Update docs/ghostty-fork.md with section 8 documenting the fork
change.
Fixes manaflow-ai#26641 parent 34fcc42 commit 0469a9d
File tree
3 files changed
+24
-3
lines changed- Sources
- docs
3 files changed
+24
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1708 | 1708 | | |
1709 | 1709 | | |
1710 | 1710 | | |
| 1711 | + | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
1711 | 1722 | | |
1712 | 1723 | | |
1713 | 1724 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
116 | 126 | | |
117 | 127 | | |
118 | 128 | | |
| |||
0 commit comments