Re: Any plans for a new release?

2016-06-14 Thread Simon Ruderich
g overhead and would also allow distributions and users to always use the latest features. Specific unstable features could still be contained in separate branches. Regarding features for the new release, I'd like to see my hardcopy encoding patch (Subject: Re: [screen-devel] [PATCH] :hardcopy:

Re: Any plans for a new release?

2016-06-14 Thread Антон Кочков
Hello! Can you please include also a 'truecolor' option support in this release too? I see it's in the 'master' branch, which you said is development branch for v5. Since tmux-2.2 was released with support for this feature it would be nice to see it in the latest screen release too. See also the b

Re: Any plans for a new release?

2016-06-14 Thread Carsten Mattner
On Mon, Jun 13, 2016 at 8:24 PM, Amadeusz Sławiński wrote: > On Mon, 13 Jun 2016 14:07:17 +0200 > Carsten Mattner wrote: > >> On Sun, Jun 12, 2016 at 10:44 PM, Andrew Savchenko >> wrote: >> > Hello, >> > >> > it looks like git head contains many important fixes: code >> > hardening (e.g. strcpy

Re: Any plans for a new release?

2016-06-13 Thread Amadeusz Sławiński
On Mon, 13 Jun 2016 14:07:17 +0200 Carsten Mattner wrote: > On Sun, Jun 12, 2016 at 10:44 PM, Andrew Savchenko > wrote: > > Hello, > > > > it looks like git head contains many important fixes: code > > hardening (e.g. strcpy -> strncpy) and fix for hardoded screenterm > > value (commit 37ca949e4

Re: Any plans for a new release?

2016-06-13 Thread Carsten Mattner
On Sun, Jun 12, 2016 at 10:44 PM, Andrew Savchenko wrote: > Hello, > > it looks like git head contains many important fixes: code > hardening (e.g. strcpy -> strncpy) and fix for hardoded screenterm > value (commit 37ca949e462a7608572f653848b5a7554964fd53). The latter > is very important, since it

Any plans for a new release?

2016-06-12 Thread Andrew Savchenko
Hello, it looks like git head contains many important fixes: code hardening (e.g. strcpy -> strncpy) and fix for hardoded screenterm value (commit 37ca949e462a7608572f653848b5a7554964fd53). The latter is very important, since it fixes segfault which happens when $TERM is longer than 20 chars, e.g.

Re: $TERM size (was: Re: New release?)

2013-08-06 Thread Carsten Mattner
On Tue, Aug 6, 2013 at 8:13 PM, Axel Beckert wrote: > Hi, > > On Tue, Aug 06, 2013 at 07:52:44PM +0200, Carsten Mattner wrote: >> > Also I think if we change that value, it should be changed with more >> > farsight and not only extended by 4 bytes. The Debian packagedoubled >> > the size and uses

Re: $TERM size (was: Re: New release?)

2013-08-06 Thread Axel Beckert
Hi, On Tue, Aug 06, 2013 at 07:52:44PM +0200, Carsten Mattner wrote: > > Also I think if we change that value, it should be changed with more > > farsight and not only extended by 4 bytes. The Debian packagedoubled > > the size and uses 40 bytes for that. > > > > Full patch at > > http://patch-tra

Re: $TERM size (was: Re: New release?)

2013-08-06 Thread Carsten Mattner
On Tue, Aug 6, 2013 at 7:32 PM, Axel Beckert wrote: > On Tue, Aug 06, 2013 at 07:05:30PM +0200, Carsten Mattner wrote: >> Minimally off-topic but I'm sure everyone will agree that d_termname's >> size should be increased to prevent problems with things like >> TERM=rxvt-unicode-256color. Maybe lik

$TERM size (was: Re: New release?)

2013-08-06 Thread Axel Beckert
On Tue, Aug 06, 2013 at 07:05:30PM +0200, Carsten Mattner wrote: > Minimally off-topic but I'm sure everyone will agree that d_termname's > size should be increased to prevent problems with things like > TERM=rxvt-unicode-256color. Maybe like this? > --- a/src/display.h > +++ b/src/display.h > @@ -

Re: New release

2013-08-06 Thread Carsten Mattner
t; >> > >> I've been using screen for many years and it has been almost >> > >> 4 years since the last official release. >> > >> >> > >> Are there any plans for a new release? >> > >> Or should I just use screen from th

Re: New release

2013-08-05 Thread Jostein Berntsen
lmost > > >> 4 years since the last official release. > > >> > > >> Are there any plans for a new release? > > >> Or should I just use screen from the master branch to get > > >> a recent version? > > > > > > > > &g

Re: New release

2013-08-05 Thread Jostein Berntsen
On 05.08.13,13:08, Andrew Schulman wrote: > > The current git master is solid enough for a new release and it > > sure will be better than no release in so many years. As I said > > screen is still way better suited for many users including me and > > tmux is not a suita

Re: New release

2013-08-05 Thread Andrew Schulman
> The current git master is solid enough for a new release and it > sure will be better than no release in so many years. As I said > screen is still way better suited for many users including me and > tmux is not a suitable replacement. Distros using random git master > revisions s

Re: New release

2013-08-05 Thread Jostein Berntsen
> > >> >> I've been using screen for many years and it has been almost > >> >> 4 years since the last official release. > >> >> > >> >> Are there any plans for a new release? > >> >> Or should I just use screen from

Re: New release

2013-08-05 Thread Carsten Mattner
has been almost >> >> 4 years since the last official release. >> >> >> >> Are there any plans for a new release? >> >> Or should I just use screen from the master branch to get >> >> a recent version? >> > >> > >

Re: New release

2013-08-04 Thread Jostein Berntsen
On 31.07.12,16:56, Carsten Mattner wrote: > On Tue, Jul 31, 2012 at 3:43 PM, Brian Kroth wrote: > > Carsten Mattner 2012-07-21 14:52: > > > >> I've been using screen for many years and it has been almost > >> 4 years since the last official release. &

Re: New release

2012-12-30 Thread Carsten Mattner
On Tue, Jul 31, 2012 at 5:47 PM, Brian Kroth wrote: > Axel Beckert 2012-07-31 16:45: > >> Hi, >> >> On Tue, Jul 31, 2012 at 08:43:25AM -0500, Brian Kroth wrote: >>> >>> Debian's experimental branch at least has a git based package now, >> >> >> It's in Debian Unstable for about 1.5 months now and

Re: New release

2012-07-31 Thread Brian Kroth
Axel Beckert 2012-07-31 16:45: Hi, On Tue, Jul 31, 2012 at 08:43:25AM -0500, Brian Kroth wrote: Debian's experimental branch at least has a git based package now, It's in Debian Unstable for about 1.5 months now and in Debian Testing for about three weeks. :-) from a quick glance, is the o

Re: New release

2012-07-31 Thread Carsten Mattner
On Tue, Jul 31, 2012 at 3:43 PM, Brian Kroth wrote: > Carsten Mattner 2012-07-21 14:52: > >> I've been using screen for many years and it has been almost >> 4 years since the last official release. >> >> Are there any plans for a new release? >> Or should

Re: New release

2012-07-31 Thread Axel Beckert
Hi, On Tue, Jul 31, 2012 at 08:43:25AM -0500, Brian Kroth wrote: > Debian's experimental branch at least has a git based package now, It's in Debian Unstable for about 1.5 months now and in Debian Testing for about three weeks. :-) > from a quick glance, is the only major distro out there to hav

Re: New release

2012-07-31 Thread Brian Kroth
Carsten Mattner 2012-07-21 14:52: I've been using screen for many years and it has been almost 4 years since the last official release. Are there any plans for a new release? Or should I just use screen from the master branch to get a recent version? I completely agree with the sentimen

New release

2012-07-21 Thread Carsten Mattner
I've been using screen for many years and it has been almost 4 years since the last official release. Are there any plans for a new release? Or should I just use screen from the master branch to get a recent version? ___ screen-users mailing