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

RFC: Direct access to cell styling via API #1180

Merged
merged 3 commits into from
Apr 29, 2024
Merged

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    62ccfe5 View commit details
    Browse the repository at this point in the history
  2. Emit an event (ui_draw) immediately before drawing the screen

    This allows better control over styling, as well as potential for
    entirely new UI elements implemented entirely using the Lua API.
    dther authored and rnpnr committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    596ec20 View commit details
    Browse the repository at this point in the history
  3. lua: Serve viewport dimensions in viewport table

    These values are useful for calculating terminal positions.
    dther authored and rnpnr committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1d37e5c View commit details
    Browse the repository at this point in the history