Roman Perepelitsa
Roman Perepelitsa
@dgdosen Do you believe the problem you are experiencing is related to the issue you are commenting on? If so, why?
Just to clarify, the original issue is simply about a bug in Cmder. Cmder is unable to properly display characters that are classified as "wide" in the Unicode standard. It...
Pretty sure it's a different issue.
> It may be a coloring issue It is. This can be verified by copy-pasting the separator from the terminal. > To reproduce "expected", run the above but using `powerlevel10k`...
FWIW, `background_jobs` segment works correctly in [Powerlevel10k](https://github.com/romkatv/powerlevel10k/#for-powerlevel9k-users) without trapping signals. Maybe give it a try?
> Hey it would be great if you could write up exactly what you did...like cookbook style to get your configuration to work, I'd be greatful. @Jack-Barry Be careful. Powerlevel9k...
Back in 2008 there was an app for iPhone called *I Am Rich*. It costed $999.99 and didn't do anything. > The application is described as "a work of art...
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...
Perhaps there should be a general mechanism to disable/enable a prompt segment? E.g., if `$(( P9K_DIR_DISABLED ))` then `dir` segment is not shown. This condition needs to be evaluated on...
@grzesuav My suggestion/question was primarily directed towards @dritter. My role on p9k is limited to observation. However, I do care about the new features that get implemented in p9k as...