Control: found -1 4.0.3-11
Control: found -1 4.0.3-14
Control: found -1 4.1.0~20120320gitdb59704-8

Hi,

Juhapekka Tolvanen wrote:
> If I give this command:
> 
> term screen-256color-bce-s
> 
> I get this error message:
> 
> : term: argument too long ( < 20)
> 
> But this works:
> 
> term screen-256color-bce

JFTR: While this looks very similar to http://bugs.debian.org/630976
and http://bugs.debian.org/621804 but actually is a different issue:

Those two issue were a too long $TERM when screen starts while this
issue is about interactively (or via .screenrc) setting it from inside
screen.

50increase-max-TERM-length.patch as of now unfortunately does not
suffices because there's at least one more place where "20" is
hardcoded in screen:

process.c-2667-      if (strlen(s) >= 20)
process.c-2668-     {
process.c:2669:       OutputMsg(0, "%s: term: argument too long ( < 20)", 
rc_name);
process.c-2670-       free(s);
process.c-2671-       break;
process.c-2672-     }

*sigh*

                Regards, Axel
-- 
 ,''`.  |  Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-    |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to