When I run some task using screen there was some error. I want to see the details but can only roll back one page, the previous ones are all black. Is there any way to see the previous lines?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can configure the scrollback buffer for
screenin your.screenrcfile:Will allow 5000 lines to be scrolled.
Also, during startup, you can use
-h 5000to specify the buffer for the currentscreensession:This method is useful for overriding your default setting for a single use (who quits screen?! =P).
Check out this article for good details – GNU Screen: Working with the Scrollback Buffer