spring-shell icon indicating copy to clipboard operation
spring-shell copied to clipboard

Frequent ProgressView redraws prevent text select

Open jvalkeal opened this issue 8 months ago • 0 comments

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.

jvalkeal avatar Jun 07 '24 15:06 jvalkeal