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

Improve paste selection #79

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Improve paste selection #79

merged 1 commit into from
Dec 23, 2024

Conversation

cgzones
Copy link
Contributor

@cgzones cgzones commented Nov 12, 2024

Avoid additional erroneous newlines being present when copying the paste content either via mouse selection or Ctrl+a.

No newlines are copied by chromium, firefox still inserts a prefix newline.

Fixes: #72

@matze
Copy link
Owner

matze commented Nov 12, 2024

Can you add Fixes #72 either in the commit summary or body to close the associated ticket? Change works fine for me, thanks!

Avoid additional erroneous newlines being present when copying the paste
content either via mouse selection or Ctrl+a.

No newlines are copied by chromium, firefox still inserts a prefix
newline.

Fixes: matze#72
@matze matze merged commit 5b64bbe into matze:master Dec 23, 2024
2 checks passed
@cgzones cgzones deleted the selection branch January 6, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve selection of paste content
2 participants