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

repl tab complete hints hide existing text #51323

Closed
adienes opened this issue Sep 14, 2023 · 1 comment
Closed

repl tab complete hints hide existing text #51323

adienes opened this issue Sep 14, 2023 · 1 comment

Comments

@adienes
Copy link
Contributor

adienes commented Sep 14, 2023

I noticed some weird new behavior, presumably caused by #51229, although strictly speaking I did not bisect it.

basically, some existing text is getting hidden when the autocomplete hint tries to go on top of it. MWE:

julia> AbstractFloat<ctrl-a>Complex

where the ctrl-a is only to move the cursor to the front of the input, upon typing Complex, the text AbstractFloat is hidden

@mbauman
Copy link
Sponsor Member

mbauman commented Sep 14, 2023

Duplicate of #51320, to be fixed by #51321

@mbauman mbauman closed this as not planned Won't fix, can't repro, duplicate, stale Sep 14, 2023
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

2 participants