[screen-devel] [bug #57628] Can't access $HOSTNAME in screenrc file

2020-01-19 Thread Amadeusz Sławiński
Follow-up Comment #4, bug #57628 (project screen): Either $HOST (which I see in zsh) or $HOSTNAME (as I see in bash) seem to be provided by shell expansion logic and are not true environment variables set in environment. You can see this by running 'env' command and observing that both of them are

[screen-devel] [bug #57628] Can't access $HOSTNAME in screenrc file

2020-01-19 Thread Amadeusz Sławiński
Update of bug #57628 (project screen): Status:None => Ready For Test Assigned to:None => amade ___ Reply to this item at:

[screen-devel] [bug #14484] RFE: add escape to show number of currently open windows in hardstatus

2020-01-19 Thread Amadeusz Sławiński
Update of bug #14484 (project screen): Assigned to:None => eneville ___ Follow-up Comment #6: Hi Ed, sorry for delay! That looks a lot better. If you want to be showed as author of a patch i

[screen-devel] [bug #57629] Positional parameters in screenrc file?

2020-01-19 Thread Amadeusz Sławiński
Follow-up Comment #2, bug #57629 (project screen): At this point I think you are asking too much of how screen parses command line and would be better served by shell scripts around screen instead. There is nothing stopping shell script from generating a temporary screenrc file. And running scree

[screen-devel] [bug #57628] Can't access $HOSTNAME in screenrc file

2020-01-19 Thread anonymous
Follow-up Comment #5, bug #57628 (project screen): [comment #4 comment #4:] > $HOSTNAME (as I see in bash) seem to be provided by > shell expansion logic and are not true environment > variables set in environment. > [...] > You can see this by running 'env' command and observing > that both of th