You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Summary: This behavior is present in e.g. xterm and linux console. Currently when using CSI 2J escape sequence, screen contents are appended to scrollback (including bottom empty lines). This is breaking `clear` command, which replaces scrollback with current screen contents. BUG: 384218 Test Plan: * Start Konsole with a shell * `clear` **Expected result:** Cleared display, empty scrollback. **Actual result:** Cleared display, but scrollback contains previous display contents. --- * Start Konsole with a shell * seq 1000 * `echo -ne '\033[2J` **Expected result:** Cleared display, numbers in last scrollback lines. **Actual result:** Cleared display, but scrollback contains previous display contents (i.e. shell prompt in last lines) Reviewers: #konsole, hindenburg Reviewed By: #konsole, hindenburg Subscribers: hindenburg, konsole-devel, #konsole Tags: #konsole Differential Revision: https://phabricator.kde.org/D21282 Taken from KDE patches and adapted to TDE. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> |
3 years ago | |
---|---|---|
.. | ||
doc | 7 years ago | |
fonts | 14 years ago | |
konsole | 3 years ago | |
other | 5 years ago | |
terminalhere | 5 years ago | |
tests | 14 years ago | |
CMakeL10n.txt | 5 years ago | |
CMakeLists.txt | 5 years ago | |
COPYING | 12 years ago | |
ChangeLog | 12 years ago | |
ConfigureChecks.cmake | 14 years ago | |
Makefile.am | 5 years ago | |
NEWS | 15 years ago | |
README | 15 years ago | |
README.fonts | 14 years ago | |
README.keyboard | 13 years ago | |
README.konsole_kiosk | 15 years ago | |
README.linux.console | 15 years ago | |
README.moreColors | 15 years ago | |
README.ports | 15 years ago | |
README.unicode | 14 years ago | |
configure.in.in | 15 years ago | |
eventsrc | 5 years ago | |
kcmkonsole.desktop | 5 years ago | |
konsole-script.desktop | 5 years ago | |
konsole.desktop | 5 years ago | |
konsole.upd | 14 years ago | |
konsolepart.desktop | 5 years ago | |
konsolesu.desktop | 5 years ago | |
kwrited.desktop | 5 years ago | |
schemaStrip.pl | 15 years ago | |
terminalemulator.desktop | 5 years ago | |
terminalhere.desktop | 5 years ago | |
tips | 6 years ago |
README
Konsole is an X terminal emulation. Share and enjoy it, Lars