Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frequent ProgressView redraws prevent text select #1086

Open
jvalkeal opened this issue Jun 7, 2024 · 0 comments
Open

Frequent ProgressView redraws prevent text select #1086

jvalkeal opened this issue Jun 7, 2024 · 0 comments

Comments

@jvalkeal
Copy link
Contributor

jvalkeal commented Jun 7, 2024

In its simplest form ProgressView can have a spinner giving indication that something is happening. This spinner is driven by events send into an eventloop which ultimately causes redraw and spinner spins.

Ultimately user should be able to select some text from a terminal and #1085 was created for that. However when we can actually use mouse to select some text, double click needs to be within 50ms(which is a current tick time) which is not so great.

Need to find some sort of a fix which can be used to make user experience better.

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

No branches or pull requests

1 participant