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

Expose screen.Redraw() to lua #2944

Closed
wants to merge 1 commit into from

Commits on Sep 30, 2023

  1. Expose screen.Redraw() to lua

    If lua code is running asynchronously, e.g. in a timer callback passed
    to time.AfterFunc(), micro does not automatically update the screen
    contents after the actions performed by this async lua code. For such
    cases, expose screen.Redraw() to lua (as micro.Redraw()) to let lua code
    explicitly request screen update when needed.
    
    Fixes zyedidia#2923
    dmaluka committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    538ae81 View commit details
    Browse the repository at this point in the history