kivattt
kivattt
In my project using tview, I have an InputField with SetFieldWidth(45), with some placeholder text. I noticed when the second word in the placeholder was long enough, it would suddenly...
[Application.SetMouseCapture](https://pkg.go.dev/github.com/rivo/tview#Application.SetMouseCapture) takes in `*tcell.EventMouse, MouseAction` While [Box.SetMouseCapture](https://pkg.go.dev/github.com/rivo/tview#Box.SetMouseCapture) takes in `MouseAction, *tcell.EventMouse` Is this intentional? I understand it may be too late to change now, but I wanted to document it...
Adding these length checks before the `reflect.DeepEqual` speeds up SetContent when not drawing Unicode combining characters With `xset r rate 300 255` (key repeating 255 times per second), I recorded...