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: Amadeusz Sławiński
Subject: Re: [screen-devel] GNU Screen v.4.2.0
Date: Tue, 22 Apr 2014 14:20:21 +0200

On Fri, 18 Apr 2014 22:02:25 +0200
Jürgen Weigert <address@hidden> wrote:

> 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-
> 

Ah, ok. I reverted and hardcoded it to 32 then. (That's what nearly
every system on planet will use anyway, and those with shorter TERMs
won't care either way.

I also pushed patch for fixing login length limit, because it was also
20 chars, but can have up to 32.

Amadeusz



reply via email to

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