https://bugs.kde.org/show_bug.cgi?id=447830

--- Comment #12 from [email protected] ---
That would have been:

PROMPT_EOL_MARK="
"

or

PROMPT_EOL_MARK=$'\n'

but unfortunately zsh prints it always when PROMPT_CR and PROMPT_SP are set,
adding an extra newline if the last command executed ended in a newline.

On another order of things, may I ask if your configuration sends semantic
prompt markers? They are typically sent from a precmd hook function (which can
be listed with "add-zsh-hook -L", and the function shown with "functions
<function_name>"), or printed as part of PS1.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to