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
As events are all asynchronous, the inputs will be out of order when pasting from clipboard.
Optional synchronous events support can be useful in this situation.
Now keyboard events will be handled in order, but the consequence is computation-intense may need to be moved to a seperate goroutine otherwise it may delay the next event call.
As events are all asynchronous, the inputs will be out of order when pasting from clipboard.
Optional synchronous events support can be useful in this situation.
https://github.com/gizak/termui/blob/master/events.go#L128
https://github.com/gizak/termui/blob/master/events.go#L246
The text was updated successfully, but these errors were encountered: