-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kitty terminal graphics support #40
Comments
Initial implementation currently ongoing at #39 |
Initial implementation done! Moving on to z-index feature implementation. Will require extending the format specification (adding a style-specific portion) and the |
The most recent release of kitty supports tmux! |
Thanks so much. 😃 I also just found out about it yesterday. I'll add it to the list of tasks above and hopefully, support can be added before the next release but at the moment, there are a few more pressing issues. I was thinking about it yesterday and virtual placements potentially have even more usefulness (and advantages over real placements) than just the tmux use case but one major disadvantage, they can only be individually deleted by id. Anyways, I have to figure out a good way to implement support for IDs first... in particular, automatic ID allocation, which is rather complicated since the ID namespace is global and collisions with other software running in the terminal emulator must be avoided. |
By the way, implementing support for tmux passthrough is a separate thing. |
A branch off #23
Tested terminal emulators:
Progress:
Specific protocol features already or to be in use:
term_image.image.ImageIterator
for now)The text was updated successfully, but these errors were encountered: