Blame SOURCES/screen-4.1.0-long-term.patch

c18ec5
diff --git a/src/display.h b/src/display.h
c18ec5
index e8b3b80..b1ab748 100644
c18ec5
--- a/src/display.h
c18ec5
+++ b/src/display.h
c18ec5
@@ -73,7 +73,7 @@ struct display
c18ec5
   struct win *d_other;		/* pointer to other window */
c18ec5
   int   d_nonblock;		/* -1 don't block if obufmax reached */
c18ec5
 				/* >0: block after nonblock secs */
c18ec5
-  char  d_termname[20 + 1];	/* $TERM */
c18ec5
+  char  d_termname[40 + 1];	/* $TERM */
c18ec5
   char	*d_tentry;		/* buffer for tgetstr */
c18ec5
   char	d_tcinited;		/* termcap inited flag */
c18ec5
   int	d_width, d_height;	/* width/height of the screen */
c18ec5
diff --git a/src/screen.h b/src/screen.h
c18ec5
index 5c93f32..1a388e3 100644
c18ec5
--- a/src/screen.h
c18ec5
+++ b/src/screen.h
c18ec5
@@ -214,7 +214,7 @@ struct msg
c18ec5
 	  char preselect[20];
c18ec5
 	  int esc;		/* his new escape character unless -1 */
c18ec5
 	  int meta_esc;		/* his new meta esc character unless -1 */
c18ec5
-	  char envterm[20 + 1];	/* terminal type */
c18ec5
+	  char envterm[40 + 1];	/* terminal type */
c18ec5
 	  int encoding;		/* encoding of display */
c18ec5
 	  int detachfirst;      /* whether to detach remote sessions first */
c18ec5
 	}