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

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Wed Jan 12 20:07:21 GMT 2022


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

--- Comment #6 from ninjalj at gmail.com ---
Can you try after the following command?

setopt PROMPT_SP PROMPT_CR

which tells zsh to preserve a partial line:


>        PROMPT_CR (+V) <D>
>               Print  a  carriage return just before printing a
>               prompt in the line editor.  This is  on  by  de‐
>               fault  as multi-line editing is only possible if
>               the editor knows where the start of the line ap‐
>               pears.
> 
>        PROMPT_SP <D>
>               Attempt  to preserve a partial line (i.e. a line
>               that did not end with a newline) that would oth‐
>               erwise  be  covered up by the command prompt due
>               to the PROMPT_CR option.   This  works  by  out‐
>               putting  some cursor-control characters, includ‐
>               ing a series of spaces,  that  should  make  the
>               terminal  wrap  to  the next line when a partial
>               line is present (note that this is only success‐
>               ful  if  your  terminal  has  automatic margins,
>               which is typical).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list