Re: [screen-devel] different colors for different windows

2013-10-07 Thread Neal Fultz
You can do this with ANSI color escapes. The bce option will make it look nicer. On Sun, Oct 6, 2013 at 11:19 AM, Jostein Berntsen wrote: > On 06.10.13,18:39, Anonymous wrote: > > All my screen windows have the same color text. If I change the color > > of the terminal, it changes for all scree

Re: [screen-devel] different colors for different windows

2013-10-28 Thread Neal Fultz
put this in your screenrc: bce then run this in your window: echo -e "\e[30;41m\e[2J" Can someone add this to FAQ? it keeps getting posted. -neal On Sun, Oct 27, 2013 at 01:59:33PM +0100, Nomen Nescio wrote: > All my screen windows have the same color text. If I change the color > of the t

Re: [screen-devel] screen maintainer

2014-04-02 Thread Neal Fultz
This sounds great; I was very impressed with how quick you merged my patch in last week. I've been using your branch since then and been quite happy with it. I'd actually made that patch last summer and sat on it just because the project seemed totally dead; the releases have been glacial, even by

Re: [screen-devel] screen maintainer

2014-04-02 Thread Neal Fultz
I wrote a patch last summer for configuring the caption bar, and sat on it because I'd assummed the project was dead. 4.0.3 is from 2008, and the only traffic I saw on this list was one person asking how to change their background. amade took my patch and merged it in the same day I sent it to h

[screen-devel] Patch: Status escape for group name

2017-05-02 Thread Neal Fultz
Screen has had named groups for a while, this small patch adds a status escape for it. -Neal 0001-Adding-status-escape-for-window-group.patch Description: Binary data

[screen-devel] Update web page manual

2018-05-25 Thread Neal Fultz
https://www.gnu.org/software/screen/manual/ - hasn't been updated since 2009 - can we generate it from the current man page, or is it a more involved process?

Re: [screen-devel] Is screen still a thing?

2019-02-10 Thread Neal Fultz
Screen is still a thing - I think it's fairly mature and feature complete, but there's still development around supporting newer terminal features, and of course bug fixes. I'd like to see a 4.7.0 release in the next year, but that's up to the maintainers. On Fri, Feb 8, 2019 at 1:48 PM John wr

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

2020-01-20 Thread Neal Fultz
Instead of special-casing HOSTNAME, I would prefer a more general solution. If I needed to be able to read and set HOSTNAME to something else inside a screenrc such that it applied to new windows, it's not very straightforward to me. I can get 80% of the way there by something like eval "readreg

Re: [screen-devel] Screen kills itself upon ssh log off

2020-10-16 Thread Neal Fultz
On Fri, Oct 16, 2020 at 8:07 AM Jean Louis wrote: > I am observing something strange, what previously I never observed. > > I am logging over Ethernet into other computer, and with C-a C-d I put > screen in background, then I log off, and when I log in again, screen > cannot be resumed, and I can

Re: [screen-devel] [bug #64254] Attach a screen sessoin without being forced to provide a password

2023-05-26 Thread Neal Fultz
IIRC the legacy lockscreen was replaced by the PAM library a while ago. In principle, you should be able to configure this in /etc/pam.d/screen authsufficient pam_permit.so This will sort of work; screen will still display the prompt for password but it will accept anyth