[screen-devel] Can I propose a new option "-k "?

2021-10-24 Thread Clark Wang
Hi, I want to use nested screen sessions (with different screenrc) and I want the outer screen sessions to use a different socket dir so it's easier to differentiate between the outer and inner sessions. There's an env var SCREENDIR for this but the problem is SCREENDIR will be inherited to and so

[screen-devel] What's the "master" branch used for in the git repo?

2021-10-25 Thread Clark Wang
Hi, Regarding https://git.savannah.gnu.org/cgit/screen.git/refs/ -- Seems like the official screen releases are from the "screen-v4" branch and the "master" branch is also actively maintained (according to the git log) but the code in "master" is quite different from "screen-v4". So what is the "m

Re: [screen-devel] Can I propose a new option "-k "?

2021-11-07 Thread Clark Wang
On Mon, Oct 25, 2021 at 10:09 AM Clark Wang wrote: > > Hi, > > I want to use nested screen sessions (with different screenrc) and I > want the outer screen sessions to use a different socket dir so it's > easier to differentiate between the outer and inner sessions. There&#

[screen-devel] Simple patch for double -U issue

2021-11-07 Thread Clark Wang
Hi, I found a small issue where multiple -U options did not work. The following patch fixed it for me. Just FYI. -clark diff --git a/src/screen.c b/src/screen.c index f25f7fb..8aa3a1a 100644 --- a/src/screen.c +++ b/src/screen.c @@ -793,7 +793,7 @@ int main(int ac, char** av) #ifdef UTF8

Re: [screen-devel] 4.9.0 rc1 => call for testers

2022-01-19 Thread Clark Wang
On Wed, Jan 19, 2022 at 4:37 AM Alex Naumov wrote: > > I'm going to release GNU Screen 4.9.0 before the end of this month. > I would like to ask everyone to help to test the current screen-v4 git branch > (aka 4.9.0 rc1) and give me a short feedback. > I need more tests on different distribution

Re: [screen-devel] [bug #59465] GNU Screen fails to build on macOS with Xcode 12

2022-01-19 Thread Clark Wang
> Reply to this item at: > > I hit the same error on macOS: $ ./configure --prefix /opt/screen49 [...] configure: checking select... configure: checking select with -lnet -lnsl... configure: error: !!! no select - no screen In config.log it says: confi

Re: [screen-devel] Simple patch for double -U issue

2022-01-26 Thread Clark Wang
It should be UTF8 in case of -1 and it should be -1 (as > defined in nwin_undef struct in window.c). > > Cheers, > Alex > > On Mon, Nov 8, 2021 at 9:25 AM Clark Wang wrote: > >> Hi, >> >> I found a small issue where multiple -U options did not w

Re: [screen-devel] 256/Truecolor support in screen

2023-01-08 Thread Clark Wang
On Thu, Mar 10, 2022 at 7:07 PM Stefan `Sec` Zehl wrote: > While playing around with truecolor support, I found out while screen > "master" seems to support truecolor since at least 5 years, none of the > releases since then have gotten this feature. > > This has the effect that screen, at least

Re: [screen-devel] [bug #47084] screen HEAD build broken on OS X

2023-02-01 Thread Clark Wang
On Mon, Jan 23, 2023 at 7:49 AM Alexander Naumov wrote: > Follow-up Comment #2, bug #47084 (project screen): > > Does anybody can test it to build? Current screen-v4 and master? Just tried the v4 branch and it failed for me. My steps: - git pull - Run mktar.pl to get the tar.gz file - ta

Re: [screen-devel] Simple patch for double -U issue

2023-10-16 Thread Clark Wang
Hi Alex, On Mon, Nov 8, 2021 at 3:18 PM Clark Wang wrote: > > Hi, > > I found a small issue where multiple -U options did not work. The > following patch fixed it for me. Just FYI. Has this been fixed? > > -clark > > > > diff --git a/src/screen.c b/src/screen.

[screen-devel] [5.0] hardstatus format broken

2024-07-16 Thread Clark Wang
I'm using this: hardstatus string "%-Lw%{+ .g} %n %t %{-}%+Lw%=%H %m/%d %D %0C %A " Screenshot with screen v4: https://i.imgur.com/315VAK2.png Screenshot with screen v5: https://i.imgur.com/waNUuiV.png

Re: [screen-devel] GNU Screen 5.0.0 RC: call for testers

2024-07-16 Thread Clark Wang
On Fri, Jul 5, 2024 at 6:36 PM Alex Naumov wrote: > Hi everyone, > > I think it's time for the new release. > I would like to ask everyone to test the 'master' branch and report > critical issues, bugs, etc. > Hi Alex, Where can I find the new features list? Is v5.0 generally compatible with v4

Re: [screen-devel] [5.0] hardstatus format broken

2024-07-31 Thread Clark Wang
Hi Alex, On Sat, Jul 27, 2024 at 5:20 PM Alex Naumov wrote: > > On Tue, Jul 16, 2024 at 5:39 PM Clark Wang wrote: > >> I'm using this: >> >> hardstatus string "%-Lw%{+ .g} %n %t %{-}%+Lw%=%H %m/%d %D %0C %A " >> >> Screenshot with screen

Re: [screen-devel] GNU Screen 5.0.0 RC: call for testers

2024-08-01 Thread Clark Wang
On Fri, Jul 5, 2024 at 6:36 PM Alex Naumov wrote: > Hi everyone, > > I think it's time for the new release. > I would like to ask everyone to test the 'master' branch and report > critical issues, bugs, etc. > The version in screen.textinfo is at 4.5.1.

Re: [screen-devel] GNU Screen 5.0.0 RC: call for testers

2024-08-01 Thread Clark Wang
On Fri, Jul 5, 2024 at 6:36 PM Alex Naumov wrote: > Hi everyone, > > I think it's time for the new release. > I would like to ask everyone to test the 'master' branch and report > critical issues, bugs, etc. > (Please remind me if I forgot or missed your reports for 5.0.0.). > maxwin does not wo

Re: [screen-devel] GNU Screen 5.0.0 RC: call for testers

2024-08-01 Thread Clark Wang
On Fri, Jul 5, 2024 at 6:36 PM Alex Naumov wrote: > Hi everyone, > > I think it's time for the new release. > I would like to ask everyone to test the 'master' branch and report > critical issues, bugs, etc. > (Please remind me if I forgot or missed your reports for 5.0.0.). > Seems like the "sc

Re: [screen-devel] GNU Screen 5.0.0 RC: call for testers

2024-08-01 Thread Clark Wang
On Fri, Jul 5, 2024 at 6:36 PM Alex Naumov wrote: > Hi everyone, > > I think it's time for the new release. > I would like to ask everyone to test the 'master' branch and report > critical issues, bugs, etc. > (Please remind me if I forgot or missed your reports for 5.0.0.). > Hi Alex, Could yo

Re: [screen-devel] [5.0] hardstatus format broken

2024-09-02 Thread Clark Wang
On Mon, Aug 26, 2024 at 4:15 AM Alex Naumov wrote: > Hey Clark, > can you try this? > > hardstatus string "%-Lw%{255;22 b} %n %t %{-}%+Lw%=%H %m/%d %D %0C %A " > > It will interpret as: > foreground 255 > background 22 > bold > Hi Alex, This works for me: hardstatus string "%{r}%-Lw%{0;2}