Linux Lite Forums
"Clear scrollback" function not working for the LX Terminal in LL3.6 - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20)
+--- Thread: "Clear scrollback" function not working for the LX Terminal in LL3.6 (/showthread.php?tid=4869)



"Clear scrollback" function not working for the LX Terminal in LL3.6 - m654321 - 01-20-2018

I wish to clear all the command-line stored in the Terminal. I'm using LL3.6, the LX Terminal version being 0.2.0.

In an attempt to clear the backlog of stored command-line, I opened Terminal, clicked on "Edit", then "Clear scrollback".
On reboot, I opened Terminal, but pressing the arrows keys reveals that the backlog of stored command-line was not deleted.

How do I go about this?






Re: "Clear scrollback" function not working for the LX Terminal in LL3.6 - ralphy - 01-20-2018

I think you want to clear the history.

Code:
$ history -c



Re: "Clear scrollback" function not working for the LX Terminal in LL3.6 - m654321 - 01-22-2018

(01-20-2018, 12:44 PM)ralphy link Wrote: I think you want to clear the history.

Code:
$ history -c

Thanks Ralphy - all done now