summaryrefslogtreecommitdiff
path: root/sysutils/screen/files/patch-screen.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2014-04-30 04:22:34 +0000
committerCy Schubert <cy@FreeBSD.org>2014-04-30 04:22:34 +0000
commitb55f1ca0fbe6f289b7e22b4b0370714b90f154ef (patch)
tree41acca650b9b19788e148e639378ff3493730f12 /sysutils/screen/files/patch-screen.h
parentPrepare for screen 4.2.1. Screen 4.0.3 becomes screen-legacy. (diff)
Update screen 4.0.3 --> 4.2.1.
Put final touches onto screen-legacy.
Notes
Notes: svn path=/head/; revision=352669
Diffstat (limited to 'sysutils/screen/files/patch-screen.h')
-rw-r--r--sysutils/screen/files/patch-screen.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/screen/files/patch-screen.h b/sysutils/screen/files/patch-screen.h
deleted file mode 100644
index d8fa112b5769..000000000000
--- a/sysutils/screen/files/patch-screen.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- screen.h.orig 2003-08-22 05:28:43.000000000 -0700
-+++ screen.h 2011-11-07 11:53:41.739890820 -0800
-@@ -22,6 +22,8 @@
- * $Id: screen.h,v 1.12 1994/05/31 12:32:54 mlschroe Exp $ FAU
- */
-
-+#include <string.h>
-+
- #include "os.h"
-
- #if defined(__STDC__)
-@@ -202,7 +204,7 @@
- char preselect[20];
- int esc; /* his new escape character unless -1 */
- int meta_esc; /* his new meta esc character unless -1 */
-- char envterm[20 + 1]; /* terminal type */
-+ char envterm[63 + 1]; /* terminal type */
- int encoding; /* encoding of display */
- }
- attach;