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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: