I use the screen command for command-line multitasking in Linux and I set my scrollback buffer length to a very large value. Is there a key combination to clear the
I added the command "clear" as well to clean the current screen. N.B. You have to press enter to regain you prompt.
bind '/' eval "clear" "scrollback 0" "scrollback 15000"
Also add it to you ".screenrc" to make it permanent.
N.B. I added single quotes around the slash to be sure it didn't interfere in my ".screenrc". May not be necessary.