From 4c18b9aaa225d31b1dc443676510d77664caede3 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Fri, 4 Apr 2025 17:43:05 +0000 Subject: [PATCH] Extend default scrollback for screen --- apply-dotfiles | 1 + screen/.screenrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 screen/.screenrc diff --git a/apply-dotfiles b/apply-dotfiles index 4eae179..f86623c 100755 --- a/apply-dotfiles +++ b/apply-dotfiles @@ -15,6 +15,7 @@ restore_from_adoption() { apply_dotfile bash apply_dotfile sh apply_dotfile readline +apply_dotfile screen apply_dotfile vim diff --git a/screen/.screenrc b/screen/.screenrc new file mode 100644 index 0000000..bb6ef02 --- /dev/null +++ b/screen/.screenrc @@ -0,0 +1 @@ +defscrollback 100000