Scrolling in screen
In GNU screen you can’t use the normal terminal scrolling. One way to still retrieve your history is by switching into copy mode via
C-a [ or C-a ESC
You can then use the arrow or movement keys
h j k l
for scrolling. Exit with ESC. Yay.