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 buffer for a certain tab when I don’t want it sitting there anymore?
I use the screen command for command-line multitasking in Linux and I set my
Share
This thread has the following suggestion:
You can issue the
scrollback 0command from the session as well, after typingC-a :. HTH.