Skip to main content
2 of 2
simplified.
Harry
  • 148
  • 5

If you want to change screen settings globally (for all users) then you can edit /etc/screenrc (Ubuntu). File path might be different on other distros.

In your case add the following lines to the file:

# define a bigger scrollback, default is 100 lines
defscrollback 1024
Harry
  • 148
  • 5