diff options
| author | kj-sh604 | 2024-07-15 14:58:07 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-15 14:58:07 -0400 |
| commit | 7f4e99991a35de74068af5f753eff41c0d215861 (patch) | |
| tree | 80b12e71d602db6cb229c1f9445a90568429852d /.config/screen/screenrc-if-tty | |
| parent | 45c431068f6ab8d189b1d9f789f1e7f67e21b3a4 (diff) | |
refactor: start GNU `screen` client numbering from `1`
Diffstat (limited to '.config/screen/screenrc-if-tty')
| -rw-r--r-- | .config/screen/screenrc-if-tty | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/screen/screenrc-if-tty b/.config/screen/screenrc-if-tty index 08e8fe7..72b718d 100644 --- a/.config/screen/screenrc-if-tty +++ b/.config/screen/screenrc-if-tty @@ -6,9 +6,12 @@ backtick 1 5 5 "/usr/bin/date" '+%H%M' 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 +bind 0 select 10 +bind c screen 1 defscrollback 5000 escape ^@a maptimeout 0 +screen 1 shell /usr/bin/fish shelltitle "$ |fish" startup_message off |
