Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 585696 | Differences between
and this patch

Collapse All | Expand All

(-)screen-4.3.1/termcap.c.orig (-1 / +1 lines)
Lines 72-78 Link Here
72
static int Termcaplen;
72
static int Termcaplen;
73
static int tcLineLen;
73
static int tcLineLen;
74
char Term[MAXSTR+5];		/* +5: "TERM=" */
74
char Term[MAXSTR+5];		/* +5: "TERM=" */
75
char screenterm[20];		/* new $TERM, usually "screen" */
75
char screenterm[MAXSTR];	/* new $TERM, usually "screen" */
76
76
77
char *extra_incap, *extra_outcap;
77
char *extra_incap, *extra_outcap;
78
78

Return to bug 585696