Bug 492270 - konsole cuts off highlighted URLs in nvim and nano when line has to be displayed in another visual line
Summary: konsole cuts off highlighted URLs in nvim and nano when line has to be displa...
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 24.05.2
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-27 14:08 UTC by Renner03
Modified: 2024-08-27 14:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
example text file (884 bytes, text/plain)
2024-08-27 14:08 UTC, Renner03
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Renner03 2024-08-27 14:08:55 UTC
Created attachment 173003 [details]
example text file

SUMMARY
konsole cuts off URLs when the window is to small to display the entire length of the line/URL in a text editor like nvim and nano
making the font very big triggers the same behavior

STEPS TO REPRODUCE
1. setup konsole to highlight URLs on key press like Ctrl
2. open text file in nvim or nano with a URL in it
3. resize konsole window so it's small enough so that the complete URL does not fit in one visual line
4. press ctrl+URL Number to open in browser

OBSERVED RESULT
a truncated links opens in the browser which doesn't work

EXPECTED RESULT
the actual URL opens

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora Bazzite 40

ADDITIONAL INFORMATION
if you just cat the same file out and don't resize the terminal it works as intended.

Is this a problem that can be fixed from the konsole side of things because it happens for nvim and nano.
Or is this an issue that happens to nvim and nano and has nothing to do with konsole?

Also happens under the same conditions in the new fedora/ublue terminal ptyxis but you have to Ctrl+left click instead.