diff options
-rw-r--r-- | dotfiles/screenrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dotfiles/screenrc b/dotfiles/screenrc index 1af593e..fd40886 100644 --- a/dotfiles/screenrc +++ b/dotfiles/screenrc @@ -1,5 +1,8 @@ +# Large scrollback buffer +defscrollback 8192 + # Don't bug me startup_message off # Hardstatus line -hardstatus alwayslastline " [ %-w%{+b ..}%n %t%{-}%+w ]%-= [ %C ] [ %H ]"
\ No newline at end of file +hardstatus alwayslastline " [ %-w%{+b ..}%n %t%{-}%+w ]%-= [ %C ] [ %H ]" |