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

2018-06-07 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=158235

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #5 from Ahmad Samir  ---
(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 watching all bug changes.

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

2016-11-09 Thread Piotr Dobrogost
https://bugs.kde.org/show_bug.cgi?id=158235

--- Comment #4 from Piotr Dobrogost  ---
(In reply to Kurt Hindenburg from comment #3)
> print '^[[3J'  where the ^[ are one character - hit Ctrl+v and then ESC to
> generate it.

Thanks for reply. I tried this but got the following error:
bash: print: command not found

> It seems to work as xterm which both print a ' which is strange.

This I don't understand.

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2016-11-08 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=158235

--- Comment #3 from Kurt Hindenburg  ---
print '^[[3J'  where the ^[ are one character - hit Ctrl+v and then ESC to
generate it.


It seems to work as xterm which both print a ' which is strange.

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2016-10-26 Thread Piotr Dobrogost
https://bugs.kde.org/show_bug.cgi?id=158235

--- Comment #2 from Piotr Dobrogost  ---
How can one enter this escape sequence?

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2016-10-21 Thread Piotr Dobrogost via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=158235

Piotr Dobrogost  changed:

   What|Removed |Added

 CC||p...@bugs.kde.dobrogost.net

-- 
You are receiving this mail because:
You are watching all bug changes.