-
Notifications
You must be signed in to change notification settings - Fork 76
Support for images in Ghostty #299
Comments
Please understand that I am not inclined to add support for a proprietary terminal emulator in my own free time. Feel free to open this ticket again should this thing really become open source, but this weird closed beta thing, the entitlement and the marketing lingo in their writing ("technical philanthropy", really?), and the exaggerated claims left me with such a bad impression of the whole project that it's exceedingly unlikely I'll ever add support for it. You're free to make a merge request, but if I need to spend more than a few moments to review it its unlikely I'm going to merge it. I'm sorry. |
Yeah, of course, entirely understood and didn't have expectations here. Mostly just searched to see if it worked, and there wasn't an existing issue about it.
I'll give it a go, it looks pretty trivial.
Don't feel sorry, truly, it's your software, like you said, in your own free time. I totally understand and respect that. I am simply a user who likes both mdcat and Ghostty. I worked around the current lack of support by doing |
I've tossed up #300, but I truly understand if you don't want to merge. I'd appreciate it, but don't feel pressured. I did build, wrote passing tests, and confirmed it works correctly for me within Ghostty. |
This software worked fine if I forced it to
TERM=xterm-kitty
to get through the feature detection, but Ghostty fully supports the kitty graphics protocol at minimum.I'm not sure off hand if it could support jump marks, I'd have to experiment a bit.
But the following are appropriate for identifying Ghostty:
I can share the whole terminfo if you'd like, but seems your detection is purely based on TERM and TERM_PROGRAM rather then querying the terminfo database.
The text was updated successfully, but these errors were encountered: