.screenrc: allow 100K lines in scrollback

This commit is contained in:
Darren 'Tadgy' Austin 2018-07-07 05:47:08 +01:00
commit 04059b2080

View file

@ -12,7 +12,7 @@ shell -/bin/bash
# Change how screen operates.
deflogin on
defscrollback 10000
defscrollback 100000
defutf8 on
# Change the output from screen.
@ -35,3 +35,9 @@ bind k
bind K kill
bind ^\
bind \\ quit
# Start window numbering from 1, not 0.
#screen 1
#bind c screen 1
#bind ^c screen 1
#bind 0 select 10