screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [screen-devel] GNU Screen v.4.2.0


From: Jürgen Weigert
Subject: Re: [screen-devel] GNU Screen v.4.2.0
Date: Fri, 18 Apr 2014 22:02:25 +0200

Cool! Thanks for the progress!

With regards to
#if !defined(MAXTERMLEN)
# if !defined(HAVE_LONG_FILE_NAMES)
#  define MAXTERMLEN 14
# else
#  define MAXTERMLEN 32
# endif
#endif
With this, the code is able to choose from two values. Previously, struct msg was all constants, and for a reason: 
I fear that sizeof(struct msg) might change unexpectedly, without anybody around to bump MSG_VERSION.
cheers, JW-


On Fri, Apr 18, 2014 at 6:56 PM, Amadeusz Sławiński <address@hidden> wrote:
On Fri, 18 Apr 2014 12:20:23 -0400
Jim Mahood <address@hidden> wrote:

> On Apr 18, 2014 12:15 PM, "Jeroen Roovers" <address@hidden> wrote:
> > Anyone who downloads the 4.2.0 tarball will quickly
> > find out they need to pre-install autoconf now.
>
> Not too mention the oddities encountered with the various versions of
> autotools... I agree configure should be included in the release.

Ok, I will look into adding one when I release 4.2.1 in few days.

Amadeusz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]