Skip to content
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

Make first 16 color bars narrower to avoid wrapping #502

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

Cougar
Copy link

@Cougar Cougar commented Feb 27, 2025

Text wrapping inside color is better to avoid because some terminals set next line default colors based on the current color. I think we can assume that default terminal width is 80 and avoid any kind of magic to fit all lines to terminal width.

This is how it looks at 80x24 xterm before

Flameshot_2025-02-27_17-17-46-23

and after this change

Flameshot_2025-02-27_17-17-45-38

@OJFord OJFord added the bug label Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants