Will McGugan

Results 445 comments of Will McGugan

There is no `on_link_enter`, but you can handle any [mouse event](https://textual.textualize.io/api/events/#textual.events.MouseEvent). The event object has a `style` attribute which is the style under the cursor. The `style` attribute has a...

Oh well. Let's park this until we have more information.

I think we could probably do this will a large str.translate table that converts the unicode box characters in to `+---+|` etc.

I don't think there is a practical solution I'm afraid. There probably isn't any point in fully typing the generics in `compose` as the generic part would be forgotten about...

That *should* work. I am disappointed it didn't!

@rodrigogiraoserrao Is this stale? Feel free to close if its no longer relevant.

Guess this is stale. @rodrigogiraoserrao Any suggestions for more improvements? Feel free to close if not.

When you kill the processes, Textual doesn't have the opportunity to reset mouse input. Your only option is to type "reset" at the prompt. Don't think there is much else...

Maybe. The debugger could write the escape codes to restore the terminal. No harm in doing that, and it would be transparent for the user.

@darrenburns Could you do a quick pass on this one next change you get.