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

Migrate to Ratatui #42

Merged
merged 2 commits into from
Dec 31, 2023
Merged

Migrate to Ratatui #42

merged 2 commits into from
Dec 31, 2023

Commits on Dec 27, 2023

  1. Migrate to Ratatui

    Ratatui is a replacement for tui-rs that is actively maintained.
    See https://ratatui.rs/ for more info.
    joshka committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a8a978e View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. fix: only respond to key press events

    Crossterm 0.26+ reports key release events on windows, which results in
    the application seeing multiple events for a single key press.
    
    See ratatui-org/ratatui#347 for more info.
    
    Fixes YS-L#30
    joshka committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    3ce170a View commit details
    Browse the repository at this point in the history