-
### Description
Greetings,
I have encountered a bug where PlatformBehaviors are not being attached to views that exist in footers and headers. Basically, an instance of _Behavior_ class gets its **On…
-
Maybe you will be interested in adding this badge on your project
```markdown
[![Sourcegraph](https://sourcegraph.com/github.com/rivo/tview/-/badge.svg)](https://sourcegraph.com/github.com/rivo/tview…
-
## Description
In my application using tview, I've created a login form with input fields for email, password, an optional code, and a checkbox. I am trying to set the background and text colors for …
-
Installed with brew, version 0.1.4
First time run, select either provider from the text menu. Immediate go panic and crash. Running on Mac M1, Monterey.
A colleague has the same issue on an Ubuntu …
-
Hi all,
I'm currently working on making one of my applications accessible to screen readers and wanted to request that this become a native feature of tview.
I'm not sure how other TUI libraries…
-
### Description
I have an issue with route registration in MAUI `Shell`.
First of all, it is possible to define routes on different places, having a different effect. **This different result is su…
-
Would be cool to have a title or text Spinner for e.g. a `Box` indicating that a (potentially long) operation is currently being executed. Maybe a more basic primitive would be even more suitable (e.g…
-
When using InputField, I've encountered an issue where clicking on the field with the mouse sets the focus to the inner TextArea rather than the InputField itself or its Box. This behavior prevents Se…
-
Hello, my golang project use tview(https://github.com/rivo/tview)
I would like to put this chat in tview, is there a way?
-
The [gocui](https://github.com/jroimartin/gocui) seems to be dead (no activity for 2 years) and is built on [termbox-go](https://github.com/nsf/termbox-go) which is unsupported now.
The new hotness…