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): Add option to set max FPS #578

Merged
merged 2 commits into from
Jun 6, 2023

Commits on May 11, 2023

  1. (feat): Add option to set max FPS

    Added the `WithMaxFPS` option to bubbletea program struct, if it is set
    with a non 0 value it will set the maximum interval at which the view is
    updated, if it is not set or set to 0, the interval will be the
    `defaultFramerate` constant.
    tomfeigin authored and meowgorithm committed May 11, 2023
    Configuration menu
    Copy the full SHA
    c2bb5bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91b03ea View commit details
    Browse the repository at this point in the history