[konsole] [Bug 455500] `printf "\ec"` does not clear the previous lines
Matan Ziv-Av
bugzilla_noreply at kde.org
Fri Jun 17 19:33:44 BST 2022
https://bugs.kde.org/show_bug.cgi?id=455500
Matan Ziv-Av <matan at svgalib.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |matan at svgalib.org
--- Comment #1 from Matan Ziv-Av <matan at svgalib.org> ---
This behavior (I am not sure it is a bug), is the result of
https://invent.kde.org/utilities/konsole/-/merge_requests/589
reset() uses scrollUp(0, _cuY) to clear the screen, which after this commit
saves all lines to the scroll back buffer.
In the current development branch, the screen is cleared by clearEntireScreen()
instead, so the behavior is more similar to the old behavior (tough not exactly
the same).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list