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

PROMPT_INDICATOR doesn't show up properly #752

Open
fdncred opened this issue Feb 13, 2024 · 2 comments
Open

PROMPT_INDICATOR doesn't show up properly #752

fdncred opened this issue Feb 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@fdncred
Copy link
Collaborator

fdncred commented Feb 13, 2024

Platform Windows 10, MacOS, maybe others
Terminal software Windows Terminal, Ghostty, maybe others

Describe the problem you are observing.

When you set the PROMPT_INDOCATOR like this $env.PROMPT_INDICATOR = {|| "\n❯ " } the indicator doesn't show up. This was found testing this PR in nushell nushell/nushell#11494

Before (Note: The indicator is on the 2nd line)

image

After (Note: The indicator has disappeared)

image

After After (Note: You can see that I typed ls and did not hit enter. So, the indicator is just eaten somehow)

image

@maxomatic458
Copy link
Contributor

maxomatic458 commented Feb 13, 2024

@fdncred isn't this the same as #707?

@fdncred
Copy link
Collaborator Author

fdncred commented Feb 13, 2024

Yup. I'm gonna leave it. I thought there was an issue but couldn't find it because I was searching for PROMPT_INDICATOR. Now we have 2 issues that'll close on one fix. 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants