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

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