diff options
| author | kj-sh604 | 2024-07-13 22:24:48 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-13 22:24:48 -0400 |
| commit | b3c9d0270c9d32c6e6d5890b9d44ac16dd5826a9 (patch) | |
| tree | 6b3ea525d3f8a9b20cb92b05dfa2dd29e97f674f /.config/screen | |
| parent | f342b64080ea30e78aa93b0589397e565794b0b6 (diff) | |
refactor: change GNU `screen` prefix to `^@`
Diffstat (limited to '.config/screen')
| -rw-r--r-- | .config/screen/screenrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/screen/screenrc b/.config/screen/screenrc index 6b80d55..160b722 100644 --- a/.config/screen/screenrc +++ b/.config/screen/screenrc @@ -7,7 +7,7 @@ hardstatus firstline hardstatus string '%{#999999}[ GNU screen ]%{#ffffff} %< %{7}%?%-Lw%?%{1;0}%{#009dff}[==%{#ffffff}%n%f%t%?(%u)%?%{1;0}%{#009dff}==]%{7}%?%+Lw%?%? %= %{#999999}[ %{#999999}%0` %1` ]' altscreen on defscrollback 5000 -escape ^\a +escape ^@a maptimeout 0 mousetrack on shell /usr/bin/fish |
