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

Export user-options on change #1418

Merged
merged 2 commits into from
Sep 11, 2023
Merged

Export user-options on change #1418

merged 2 commits into from
Sep 11, 2023

Commits on Sep 10, 2023

  1. Export user-options when they are evaluated

    If one has an external previewer that uses an lf user-option (e.g.
    "preview-mode") and some key-kindings that change this user-option (e.g.
    to "hex", "simple", "fancy") and send a "reload" command to lf, then the
    expectation after pressing the keys is, that the prewiever is called
    with an updated value of the user-option. Though this did not happen
    since #1354, as this caused random crashes.
    
    This change exports user-defined options immediately when they are
    evaluated.
    raslop committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    bd175be View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Fix: Add explaining comment

    raslop committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    77aebb0 View commit details
    Browse the repository at this point in the history