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

2022-01-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447830 ninj...@gmail.com changed: What|Removed |Added CC||ninj...@gmail.com --- Comment #4 from ninj..

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

2022-01-12 Thread Eric Armbruster
https://bugs.kde.org/show_bug.cgi?id=447830 Eric Armbruster changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

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

2022-01-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447830 --- Comment #6 from ninj...@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) > Print a carriage return just before printing a >

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

2022-01-13 Thread Eric Armbruster
https://bugs.kde.org/show_bug.cgi?id=447830 --- Comment #7 from Eric Armbruster --- I still have the same outcome after applying those options. -- You are receiving this mail because: You are watching all bug changes.

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

2022-01-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447830 ninj...@gmail.com changed: What|Removed |Added CC||cbc.al...@gmail.com --- Comment #8 from ninj

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

2022-01-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447830 --- Comment #9 from ninj...@gmail.com --- Adding a newline in PROMPT_EOL_MARK may help. Besides that, here are some interesting links: https://github.com/romkatv/powerlevel10k/issues/1200 Regarding the VT sequence, contour (christianparpart's terminal)

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

2022-01-31 Thread Eric Armbruster
https://bugs.kde.org/show_bug.cgi?id=447830 --- Comment #10 from Eric Armbruster --- Hi ninjalj, thank you for putting so much effort into this. Sadly, setting PROMPT_EOL_MARK='\n' or PROMPT_EOL_MARK=\n does not seem to help. I tried reading a bit into those links, but they go a bit too deep into

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

2022-02-02 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=447830 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #11 from Bug Janitor

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

2022-02-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447830 --- Comment #12 from ninj...@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

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

2022-02-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=447830 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail beca

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

2022-02-05 Thread Eric Armbruster
https://bugs.kde.org/show_bug.cgi?id=447830 --- Comment #13 from Eric Armbruster --- Tried again, this time with PROMPT_EOL_MARK set as you suggested. This seems to have done the job. Reflow works as expected. That is already a nice workaround :) Regarding your other question, this is what add-z

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

2022-02-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447830 tcanabr...@kde.org changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

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

2022-02-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=447830 Nate Graham changed: What|Removed |Added Version Fixed In||22.04 -- You are receiving this mail because: Yo

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

2022-01-02 Thread Eric Armbruster
https://bugs.kde.org/show_bug.cgi?id=447830 --- Comment #1 from Eric Armbruster --- Created attachment 145053 --> https://bugs.kde.org/attachment.cgi?id=145053&action=edit four characters missing second attachment -- You are receiving this mail because: You are watching all bug changes.

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

2022-01-02 Thread Eric Armbruster
https://bugs.kde.org/show_bug.cgi?id=447830 --- Comment #2 from Eric Armbruster --- Created attachment 145054 --> https://bugs.kde.org/attachment.cgi?id=145054&action=edit third Sorry for the spam but I did not know how I could add multiple attachments otherwise. how it should be = first.png

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

2022-01-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447830 youd...@gmail.com changed: What|Removed |Added CC||youd...@gmail.com --- Comment #3 from youd..