-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fails to detect url boundary #6122
Comments
Newlines do not break URLs in order to support applications like mutt |
Should I go to the casino then? it happened to me more than 5 times already in short time I've been using Kitty. This problem does not exist in any other terminal i've used, iTerm for example. If this is mutt specific hack, is it reported to mutt? maybe add opt-out config then? |
Feel free. |
Thanks! Note to self:
|
Describe the bug
When an url is printed on terminal that is exactly the width of the terminal and next line starts with a word, that word is considered part of the link.
it should understand that stream from the application included newline and not continue with text from next line being part of the text.
Context: this is getting annoying when you push a branch, and then gitlab/github prints you link to create merge request, but the link is incorrect because it includes word "remote:" in the URL end.
To Reproduce
Steps to reproduce the behavior:
echo -n 'https://github.com/kovidgoyal/kitty/issues/new?assignees=&labels=bug&template=bug_report.md&title=aaa'; printf -- 'a%.0s' {1..$((COLUMNS-101))}; printf "\n"; printf 'kalamaja'
Screenshots
Environment details
The text was updated successfully, but these errors were encountered: