Conversation
Track hovered URL span in the messages component and apply underline styling during rendering. Switch mouse mode from CellMotion to AllMotion so hover events fire without a button held. Assisted-By: docker-agent
|
didn't this have other side-effects in the past? also i'm not sure if it's the most reliable solution across terminals, i'll give it a test on some that I've notice being problematic |
|
On macOS, it's all good using Maybe it was windows that had issues with the If we could get a test at least on Windows Terminal that'd be great, I won't have access to one until Monday at the best.. Maybe the issue I remember had gotten fixed in the upstream charm libs as well |
|
@simonferquel could you give it a try? |
|
What is the test case? |
|
@simonferquel Ask the agent to print the url of google. Make sure it's underlined and clickable when you move the mouse over it |
simonferquel
left a comment
There was a problem hiding this comment.
Looks good on Windows terminal
Track hovered URL span in the messages component and apply underline styling during rendering. Switch mouse mode from CellMotion to AllMotion so hover events fire without a button held.
Assisted-By: docker-agent