-
-
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
Auto font ratio #45
Merged
Merged
Auto font ratio #45
Conversation
This file contains 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
- Add: Added `term_image.FontRatio` enumeration class. - Change: Modified `.set_font_ratio()` and `.get_font_ratio()`. - Change: Updated docstrings.
AnonymouX47
added
documentation
Improvements or additions to documentation
enhancement
New feature / Improvement suggestion or request
lib
Related to the library (Not to be used anymore)
cli
Related to the image viewer's CLI (Not to be used anymore)
tui
Related to the image viewer's TUI (Not to be used anymore)
test
Related to the test suite
labels
May 26, 2022
- Change: Included `null` as a valid value. - Change: Changed default value to `null`. - Change: Incremented config version to 0.3.
- Add: A warning notification is given if not supported.
AnonymouX47
added a commit
that referenced
this pull request
May 26, 2022
AnonymouX47
added a commit
that referenced
this pull request
May 26, 2022
AnonymouX47
force-pushed
the
auto-font-ratio
branch
2 times, most recently
from
May 26, 2022 21:00
3254bca
to
1f607c9
Compare
Conflicts: CHANGELOG.md term_image/cli.py term_image/logging_multi.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cli
Related to the image viewer's CLI (Not to be used anymore)
documentation
Improvements or additions to documentation
enhancement
New feature / Improvement suggestion or request
lib
Related to the library (Not to be used anymore)
test
Related to the test suite
tui
Related to the image viewer's TUI (Not to be used anymore)
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.
term_image.FontRatio
enumeration class.font ratio
config option tonull
.--auto-font-ratio
CL option.