forked from ChrisSteinbach/tmux-sixel
-
Notifications
You must be signed in to change notification settings - Fork 2
sixel-tmux now featuring derasterize #2
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
Open
csdvrx
wants to merge
1,240
commits into
yatli:sixel
Choose a base branch
from
csdvrx:main
base: sixel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
when the first client has identified) so all the client formats are available, fixes problems reported by Thomas Sattler.
there should be no change to existing behaviour) and are set and shown with set-option -p and show-options -p. Change remain-on-exit and window-style/window-active-style to be pane options (some others will be changed later). This makes select-pane -P and -g unnecessary so no longer document them (they still work) and no longer document set-window-option and show-window-options in favour of set-option -w and show-options -w.
GitHub issue 1810.
Pruitt in GitHub issue 1985.
it. From Evan Green, GitHub issue 1982.
Pruitt in GitHub issue 1989.
formats for them.
legitimate sequences.
This reverts commit 743939e.
worrying about which is the latest client (there is only one).
Replacing the README
Adding the RANTS file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
You may be interested by the fallback mode for terminals that do not support sixels natively, as showing a derasterized version of a sixel is better than showing nothing!
derasterize also facilitates pane scrolling for sixel content: you can replace a sixel by its derasterized version whenever it would be partially scrolled off-screen, which avoids having to store or recut the sixels.