Age | Commit message (Collapse) | Author |
|
I don't know why I set it to `xterm` at the first place. Let's remove it
and see what will break. This seems kind of wrong to pretend to be
xterm, while screen actually is not.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Use `%h` to fold config to indentical hosts to one item.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is no en_US.UTF-8 locale in Arch Linux out of the box. Try to remove
explicit set of locale and see what will break. I set it initially, because
some of the servers had russian locale back in the days, but I am not sure this
is still true somewhere.
|
|
Because * section overrides everything else and `User` setting from other
section didn't apply.
|
|
|