rivo

Results 259 comments of rivo

Isn't your actual requirement then to get the entire path to the current node, not just to the parent? Like the breadcrumbs you see on many websites? If so, a...

Well, I added the function (check out the latest commit) while I was travelling and offline so I only saw your message afterwards. But you are right, in the demo,...

I'm following up on this issue but the code above cannot be run (no `main` and it also references functions that don't exist). Can you please post code that can...

Thank you. When I run your code, after clicking on the table first, then on the form, I get this in `debug.log`: ``` [BLUR] frame TOP [BLUR] form TOP [FOCUS]...

So it seems that the "blur" events on the frame and the form are called during initialization. They briefly have focus when they are added to the layout and then...

Well, since the same has been requested in #869, I might have to think about how to make this possible in container primitives as well. So far, the implementation is...

Can you explain why this is needed? Is this purely an aesthetic requirement? Or does its absence cause any problems to your users?

Isn't this an issue with the Windows terminal? I thought that it cannot display Unicode characters properly. On macOS iTerm 2, it looks like this:

I ran the code from above ([the original comment, *without* the `app.Sync()` command](https://github.com/rivo/tview/issues/862#issue-1792934549)) on Windows 11 with no problems. No flickering, no disappearing characters after pressing Enter or otherwise. Here...

You didn't provide much info about your application, e.g. what `tview` primitives you're using. So it's difficult for me to help you here. Of course you can always fetch data...