-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Show hollow cursor when not focused #79
Comments
Due to the textarea typically having focus over |
Sounds like a great enhancement. I think that after merging #78 (dropping of hidden textarea), this will be a piece of cake to implement with plain CSS. |
Awesome 👍 |
Hi guys. Is there a way to detect whether the terminal already has focus? Like term.isFocused or something like that? |
Yes @jdmayfield. The terminal object gets the |
Right now the solid cursor is shown even when the terminal is not focused, making it more difficult to tell where the application's focus is. Ideally this should be represented by a character something like this:
The text was updated successfully, but these errors were encountered: