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

XMonad.Prompt: export {selected,setCurrent,getCurrent}Completion[s] #861

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

dcousens
Copy link
Contributor

@dcousens dcousens commented Jan 9, 2024

Description

I am playing with using the key bindings to modify the input, and when trying to change the input to the next [or previous] completion in the currently available completions, I needed getCurrentCompletions and selectedCompletion to be available. I have additionally added setCurrentCompletions, but if we don't want to export that, I'm happy to remove that from the PR.

I am new to Haskell, maybe I'm missing another way to do this.

Checklist

  • I've read CONTRIBUTING.md

  • I've considered how to best test these changes (property, unit,
    manually, ...) and concluded: N/A

  • I updated the CHANGES.md file

@dcousens dcousens changed the title XMonad.Prompt: export setCurrentCompletions and getCurrentCompletions XMonad.Prompt: export getCurrentCompletions (and setCurrentCompletions) Jan 9, 2024
@slotThe slotThe merged commit 7cb6b0f into xmonad:master Jan 10, 2024
15 checks passed
@slotThe
Copy link
Member

slotThe commented Jan 10, 2024

Thanks!

@dcousens dcousens deleted the patch-1 branch January 10, 2024 11:34
@dcousens dcousens changed the title XMonad.Prompt: export getCurrentCompletions (and setCurrentCompletions) XMonad.Prompt: export {selected,setCurrent,getCurrent}Completion[s] Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants