[konsole] [Bug 447830] Reflow broken for strings without newline

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Thu Feb 3 00:06:58 GMT 2022


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

--- Comment #12 from ninjalj at gmail.com ---
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 the assignee for the bug.


More information about the konsole-devel mailing list