Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

callback support & fix border in cursor relative #4

Closed
wants to merge 3 commits into from

Commits on Jan 1, 2021

  1. fix border placement in cursor relative layout

    The workaround used here is to not focus the popup window
    and create the border And then focus the window if needed (enter
    options)
    jbyuki committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    fed6020 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. add callback

    A closure is saved with all informations (win_id, callback) which
    is then reinvoked on <CR> press. Also closes the popup.
    jbyuki committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    988a9e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. add test

    jbyuki committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    97ae84e View commit details
    Browse the repository at this point in the history