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

Autocomplete: PrefixCompleter adds unwanted SPACE ' ' (ASCII 32) to each string #190

Open
carli2 opened this issue Jan 12, 2021 · 0 comments

Comments

@carli2
Copy link

carli2 commented Jan 12, 2021

If I press Tab and the string is completed, the completer adds a unwanted space character to the output. I workarounded it by adding each option twice with different postfix, but this is very hacky since the completer then tries to add one of the two postfixes.

Is there a proper way to prevent the completer from adding a space to the end of line?

denizul pushed a commit to denizul/readlineCorriges that referenced this issue Jul 4, 2022
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

No branches or pull requests

1 participant