[X] I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
[X] This improvement refers to an existing feature. If you want to suggest a new feature, please use this template.
[X] This improvement is not a bug. If you want to report a bug, please use this template.
Describe the improvement
Installation of some packages produce the following string of characters in repeating sequences:
\
|
/
-
\
|
/
-
This output repeats and can become very long when installing large applications, which prevents users from looking up the relevant information before this sequence.
Either:
Omit repeating sequences of those characters from the "Live output" window.
Handle the carriage return without newline (\r) character to not create a new line, but move the cursor to the first character of the line, such that the last output line gets overriden
Describe how this improvement could help users
Users should get relevant information when inspecting the Live output, without endlessly clutter
Please confirm these before moving forward.
Describe the improvement
Installation of some packages produce the following string of characters in repeating sequences:
This output repeats and can become very long when installing large applications, which prevents users from looking up the relevant information before this sequence.
Either:
\r
) character to not create a new line, but move the cursor to the first character of the line, such that the last output line gets overridenDescribe how this improvement could help users
Users should get relevant information when inspecting the Live output, without endlessly clutter