mauview
mauview copied to clipboard
A Go TUI library based on tcell.
In `gomuks`, ran into a tsrange problem with `SetFocused`. It is not updating `flex.focused` unless a `break` is added to the loope, despite the condition matching and updating only once....
Fixes #10 I didn't require the latest version of tcell, and instead tried to find the first version that has a compatible API. This way consumer of this library can...
From what I see in the diffs, the only meaningful changes remaining in the fork is https://github.com/tulir/tcell/commit/11b8e487f8572cef42a6f2c04afc4ce0395112d7. Wouldn't be a good idea to try to upstream this commit and use...
Hi, I'm trying to package mauview for GNU/Guix and I'm running into this error: `src/github.com/tulir/mauview/util.go:61:2: undefined: runewidth.ZeroWidthJoiner` Here's a larger build log: ``` # github.com/tulir/mauview src/github.com/tulir/mauview/util.go:61:2: undefined: runewidth.ZeroWidthJoiner Building 'github.com/tulir/mauview'...
Specifically I'm wondering how it compares to [tview](https://github.com/rivo/tview) and it's improved fork, [cview](https://gitlab.com/tslocum/cview/). Do you plan on adding documentation that shows how it differentiates?
Hello! I was wondering if it would be possible to add a Left-to-Right Unicode mark to the border symbols, as it would prevent breaking of the interface when it prints...