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

feat: support windows console input buffer #878

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Commits on Feb 27, 2024

  1. feat: support windows console input buffer

    This adds support to the Windows Console Input Buffer API which access
    the console API directly without the need for virtual terminal input
    (i.e. the current mode that emulates unix inputs).
    Since this uses the console input api, we can finally read window size
    events.
    
    This is mearly based on the awesome work of @erikgeiser in #140.
    
    Fixes: #538
    Fixes: #121
    aymanbagabas committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8621efd View commit details
    Browse the repository at this point in the history