You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
This is the expected ZSH behavior with options no_prompt_sp and prompt_cr. You can observe it by typing zsh -df --no_prompt_sp --prompt_cr and then echo -n 'hello\nbye'. It's almost always a bad idea to use this set of options.
You can get the same behavior in ZSH as in Bash with no_prompt_sp and no_prompt_cr. It is quite terrible and is unlikely to appeal to anyone.
The best combination is prompt_sp and prompt_cr, which is also the default. So the practical advice is to either add setopt prompt_sp at the end of your ~/.zshrc or remove whatever it is that unsets this option in the first place.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, this is not a serious bug. However, It bothers me.
OS: Ubuntu 16.04
This is my .zshrc configuration
and I typed this code for testing.
then I compiled with clang and GCC. I was guessed that if put the 5 8, this program will show that 13.
However, I show the result like that:
The result is disappeared. However, in bash, this result appears.
I guess this is a bug. So, I report this bug.
The text was updated successfully, but these errors were encountered: