| Summary: | Scrollback buffer gets partially deleted after pressing "Ctrl+L" | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | ParsaMousavi <sepamou> |
| Component: | history | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | kevin.legouguec, kubry, spiked.yar, tcanabrava, zhiweik |
| Priority: | NOR | Flags: | sepamou:
Usability+
|
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
ParsaMousavi
2020-07-28 08:54:04 UTC
Confirmed for master. a sidenote, clear should make the buffer disappear completely, it's a clear after all. the old behavior of konsole to just add lines to the scrollback buffer was buggy. (In reply to tcanabrava from comment #2) > the old behavior of konsole to just add lines to the scrollback > buffer was buggy. Could you explain why buggy? xterm and konsole 21.04.3 delete text to clear. alacritty, screen, gnome-terminal use scroll to clear. May be create preference to select behavior? I want to save all output to scrollback. because it's a "Clear Scrollback" not a "Add Newlines". A "Clear Scrollback" that does not clear's the scroolback will certainly have bugs opened for that. We *can*, however, add a new option "Scroll to the top" or something. Are you willing to try to implement such feature? (In reply to tcanabrava from comment #4) > Are you willing to try to implement such feature? Yep. I am concerned by https://bugs.kde.org/show_bug.cgi?id=384218 I also encounter this issue, the behavior I encountered is weird, sometimes it erase all the scrollback buffer, sometimes is only erase the last command and it's output. Could you please restore the behavior? Or add a new option like tcanabrava said "scroll to top"? |