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

Hide and show the cursor automatically during rendering #452

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

JakeWharton
Copy link
Owner

@JakeWharton JakeWharton commented Aug 26, 2024

Closes #389.


  • CHANGELOG.md's "Unreleased" section has been updated, if applicable.

Comment on lines -9 to +26
applyDefaultHierarchyTemplate()
applyDefaultHierarchyTemplate {
it.common {
it.group("native") {
it.group("posix") {
it.group("linux") {}
it.group("macos") {}
}
}
it.group("concurrent") {
it.group("jvm") {}
it.group("native") {}
}
it.group("nonJvm") {
it.group("js") {}
it.group("native") {}
}
}
}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JakeWharton JakeWharton force-pushed the jw.shutdown.2024-08-22 branch 2 times, most recently from b4a6a93 to 8378f89 Compare August 26, 2024 03:59
@JakeWharton
Copy link
Owner Author

Might just want to unconditionally hide this? Open to opinions here...

#389 (comment)

@JakeWharton JakeWharton changed the title Add cursor hiding support Hide and show the cursor automatically during rendering Aug 26, 2024
@JakeWharton JakeWharton marked this pull request as ready for review August 26, 2024 16:21
@JakeWharton JakeWharton enabled auto-merge (squash) August 26, 2024 16:25
@JakeWharton JakeWharton merged commit e308b86 into trunk Aug 26, 2024
1 check passed
@JakeWharton JakeWharton deleted the jw.shutdown.2024-08-22 branch August 26, 2024 16:30
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

Successfully merging this pull request may close these issues.

Cursor hiding support
1 participant