[screen-devel] [bug #30880] Unable to start when $TERM is longer than 20 characters

2010-09-16 Thread anonymous
Follow-up Comment #2, bug #30880 (project screen): Hello d_termname size is limited (without any visible particular reason) to 20 chars (plus ' '). You can manually fix it (see display.h) or use attached patch to increase its size to 21 (length of rxvt-unicode-256color) or any other you like.

[patch][screen-devel]Increase size of D_termname

2010-09-16 Thread Dmitry Klimov
Hello display->d_termname size is limited to 20 chars, sometimes it is not enough (seeĀ bug #30880). Is there any particular reason to keep its size the same, or is it possible to increase it to 21 ("rxvt-unicode-256color" is the longest known for me)? Trivial patch attached. WBR, Dmitry. --- disp