You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application.SetMouseCapture takes in *tcell.EventMouse, MouseAction
While 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 in an issue.
I love the work you put into this project :)
The text was updated successfully, but these errors were encountered:
Application.SetMouseCapture takes in
*tcell.EventMouse, MouseAction
While 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 in an issue.
I love the work you put into this project :)
The text was updated successfully, but these errors were encountered: