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

Support for detection function for synchronized output #934

Open
sohnryang opened this issue Oct 9, 2024 · 0 comments
Open

Support for detection function for synchronized output #934

sohnryang opened this issue Oct 9, 2024 · 0 comments

Comments

@sohnryang
Copy link

Is your feature request related to a problem? Please describe.
Support for synchronized output using BeginSynchronizedUpdate and EndSynchronizedUpdate was added in #756. However, currently there is no means in the API to check for synchronized output support in the terminal.

Describe the solution you'd like
A function that checks terminal support for synchronized output as bool would be sufficient. Maybe something similar to crossterm::terminal::supports_keyboard_enhancement?

Describe alternatives you've considered if any
I have considered directly invoking control functions for support, but it seems that it is not possible (or, at least hard) to do such operation using crossterm.

Additional context
None

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

No branches or pull requests

1 participant