[konsole] [Bug 158235] Add support for xterm CSI 3 J sequence

Ahmad Samir bugzilla_noreply at kde.org
Thu Jun 7 13:48:13 UTC 2018


https://bugs.kde.org/show_bug.cgi?id=158235

Ahmad Samir <a.samirh78 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |a.samirh78 at gmail.com

--- Comment #5 from Ahmad Samir <a.samirh78 at gmail.com> ---
(In reply to Piotr Dobrogost from comment #4)
[...] 
> Thanks for reply. I tried this but got the following error:
> bash: print: command not found
>  

FTR, what you need to do is send that escape sequence to the terminal, e.g.
using printf or echo:
printf '\e[3J'
echo -e '\e[3J'

alternatively you can use the menu, View -> Clear Scrollback.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list