rivo
rivo
Seems to be related to some issues in other packages. I've opened up issue gdamore/tcell#515.
Also mattn/go-runewidth#59.
I made a suggestion over at `go-runewidth`, see https://github.com/mattn/go-runewidth/issues/59#issuecomment-1242923961, and also submitted a PR (https://github.com/mattn/go-runewidth/pull/63). When this PR gets accepted, your problem should be solved, at least after this change...
I have had something in mind for the longest time (since I started this project, actually) but haven't had the time to implement it. Basically, the idea is to create...
Lists don't implement word-wrapping and likely won't in the future. Word-wrapping is implemented in `TextView`. If you use "regions" in a text view, you can highlight parts of the text....
This is a bit like #692. It looks like everybody wants something different for their borders. I'm planning to add more general customization options for primitives that will go beyond...
I know this will be disappointing to some of you but it's unlikely I will merge this PR. There are a whole bunch of reasons but the two major reasons...
References are top-down in `tview` only for various reasons. (And maintaining both directions is a nightmare.) I don't see a parent relationship coming to `tview` any time soon. I thought...
I agree this is a bug so thank you for spotting it. But your commit doesn't solve this issue or, said differently, it introduces another bug. Line 627 should never...
This is an open source project. You're free to contribute examples if you find that they will improve the documentation. If you want to contribute to the Wiki https://github.com/rivo/tview/wiki, feel...