Skip to content

Conversation

@chabbimilind
Copy link

The cursor and screen buffers used in prompt.go and select.go are concurrently accessed.
This causes a data race. Lock protecting the accesses to the Cursor and the screenbuffer eliminates
the data race.

The cursor and screen buffers used in prompt.go and select.go are concurrently accessed.
This causes a data race. Lock protecting the accesses to the Cursor and the screenbuffer eliminates
the data race.
@CLAassistant
Copy link

CLAassistant commented Jun 22, 2021

CLA assistant check
All committers have signed the CLA.

minchao added a commit to minchao/promptui that referenced this pull request Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants