Commit 5e651f6
authored
feat: use kitty image protocol in ghostty (#405)
This detects ghostty and uses the kitty graphics protocol on it by
default. I don't have access to ghostty yet so I can't test this but
based on [this
article](https://fredrikaverpil.github.io/blog/2024/12/04/ghostty-on-macos/)
`TERM_PROGRAM=ghostty` is the way to detect this. If it implements the
protocol correctly, this should work out of the box.
@fredrikaverpil could I ask for your help here? :)1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | | - | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
0 commit comments