Using the screen terminal environment, I ofen enter copy mode by using Ctrl-aEsc. However, the scrollable output is often too short for me to view the desired information.
What do I modify to extend the length of this output?
|
Using the What do I modify to extend the length of this output? |
||||
|
|
|
It's all there on the screen man page: You can do it from the command line when you start screen:
Or from the .screenrc file:
Or from within screen, using the C-a: command:
|
|||
|
|