diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-10-05 20:19:01 +0100 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-10-05 20:19:01 +0100 |
commit | bff62fa21fe8d7b2cd8e93dc54be3b07f8b89dfc (patch) | |
tree | 225ab70b14578fa96bf5dbb470daadf6785b24b2 /roles/shutdown/tasks | |
parent | 9b3e1ffc65e3b2e7be0c72ca4091636fe003e3a8 (diff) | |
download | infra-bff62fa21fe8d7b2cd8e93dc54be3b07f8b89dfc.tar.gz infra-bff62fa21fe8d7b2cd8e93dc54be3b07f8b89dfc.tar.bz2 infra-bff62fa21fe8d7b2cd8e93dc54be3b07f8b89dfc.zip |
Make screenrc compatible with screen 5.0.0 version
GNU Screen does not support colors specification as letters anymore.
Here is relevant quote from manpage:
> The old format of specifying colors by letters (k,r,g,y,b,m,c,w) is
> now deprecated.
And by deprecated they mean doesn't work anymore.
Unfortunately, macOS ships screen version 4.00.03 and I couldn't figure
out a way to have screenrc syntax to work on both 5.0 and 4.0 versions
at the same time.
One more problem is `screen --version` changed return code, so even code
for checking if screen is installed at all doesn't work anymore. Need
to figure out a proper way forward. For now I just installed screen
version 5.0.0 from homebrew to fix macOS setup and at the same time make
Linux machines happy as well.
Diffstat (limited to 'roles/shutdown/tasks')
0 files changed, 0 insertions, 0 deletions