diff options
| author | kj-sh604 | 2024-07-13 22:46:35 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-13 22:46:35 -0400 |
| commit | 437766308e3525285706971ceaddd8dac231b4ea (patch) | |
| tree | c24309b1101c3685e8d2d1c0924d6751470c045e | |
| parent | b3c9d0270c9d32c6e6d5890b9d44ac16dd5826a9 (diff) | |
refactor: GNU `screen` look
| -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 160b722..331bcdf 100644 --- a/.config/screen/screenrc +++ b/.config/screen/screenrc @@ -4,7 +4,7 @@ hardstatus off backtick 0 5 5 "/bin/date" '+%m/%d (%a)' backtick 1 5 5 "/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` ]' +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 |
