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
# navigate to home directory
# and print a large amount of content to the screen. E.g.,
cd ~
tree
# invoke the search kitten and type a query
When I follow the steps above, there is a significant (700ms?) delay between pressing a key a the character appearing on the screen. Such a delay makes it difficult to type without making an error.
I do not have this issue on a fresh tab with a small amount (e.g., ls) of content in the scrollback buffer.
If you're able to reproduce this, perhaps search should be executed asynchronously so that user input isn't blocked.
The text was updated successfully, but these errors were encountered:
To reproduce:
When I follow the steps above, there is a significant (700ms?) delay between pressing a key a the character appearing on the screen. Such a delay makes it difficult to type without making an error.
I do not have this issue on a fresh tab with a small amount (e.g., ls) of content in the scrollback buffer.
If you're able to reproduce this, perhaps search should be executed asynchronously so that user input isn't blocked.
The text was updated successfully, but these errors were encountered: