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

Non-"truncate" "sticky" mode should become the default mode #36

Closed
mdmintz opened this issue Apr 26, 2023 · 2 comments · Fixed by #39
Closed

Non-"truncate" "sticky" mode should become the default mode #36

mdmintz opened this issue Apr 26, 2023 · 2 comments · Fixed by #39
Assignees
Labels
enhancement New feature or request

Comments

@mdmintz
Copy link
Owner

mdmintz commented Apr 26, 2023

Non-"truncate" "sticky" mode should become the default mode.

After the changes are made in #35, it should be safe to make non-truncate sticky mode the default mode. The current default setting is truncate with sticky.

This will prevent missing important details when long lines are truncated. This will also make screen-resizing more feasible, as the display will automatically correct itself during a resize.

@mdmintz mdmintz added the enhancement New feature or request label Apr 26, 2023
@mdmintz mdmintz self-assigned this Apr 26, 2023
@mdmintz
Copy link
Owner Author

mdmintz commented Apr 26, 2023

If the console width in non-truncate mode is wider than the width of the longest line, you'll be able to tell which mode you're in because in non-truncate mode, the highlighting will stop at the last character of the line (see below).

Screenshot 2023-04-26 at 2 26 40 PM

That is unlike an active truncate mode, where the highlighting goes all the way to the end of the line (see below).

Screenshot 2023-04-26 at 3 10 01 PM

@mdmintz mdmintz changed the title Non-"truncation" "sticky" mode should become the default mode Non-"truncate" "sticky" mode should become the default mode Apr 26, 2023
@mdmintz
Copy link
Owner Author

mdmintz commented Apr 26, 2023

This was resolved in 1.4.0 - https://github.com/mdmintz/pdbp/releases/tag/v1.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant