npat-efault / picocom

Minimal dumb-terminal emulation program
GNU General Public License v2.0
631 stars 125 forks source link

How to clear screen? #107

Closed chenlijun99 closed 4 years ago

chenlijun99 commented 5 years ago

Is there any command, shortcut to clear the screen?

rgm3 commented 4 years ago

I didn't find one in picocom, but your local terminal emulator likely supports CTRL-K or CMD-K.

chenlijun99 commented 4 years ago

Thanks for the suggestion. I've found something similar with tmux, by using the binding bind-key -n C-k send-keys -R \; clear-history.