Is there a way to increase the screen log size? I cannot save all my history.
$ screen -S creed1
$ command1
output command 1... (50 lines)
$ command2
output command 2... (200 lines)
$ command3
output command 3... (60 lines)
$ command4
output command 4... (75 lines)
Ctrl+A+H (saving to hardcopy.0
)
vim hardcopy.0
shows only the last 100 lines approx.
I wanna know this for compliance purposes with a customer.