aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/screen/files/patch-display.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/screen/files/patch-display.h')
-rw-r--r--sysutils/screen/files/patch-display.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/screen/files/patch-display.h b/sysutils/screen/files/patch-display.h
new file mode 100644
index 000000000000..cb3610bdfbd0
--- /dev/null
+++ b/sysutils/screen/files/patch-display.h
@@ -0,0 +1,11 @@
+--- display.h.orig 2003-07-01 07:01:42.000000000 -0700
++++ display.h 2011-11-07 11:54:32.842183150 -0800
+@@ -85,7 +85,7 @@
+ struct win *d_other; /* pointer to other window */
+ int d_nonblock; /* -1 don't block if obufmax reached */
+ /* >0: block after nonblock secs */
+- char d_termname[20 + 1]; /* $TERM */
++ char d_termname[63 + 1]; /* $TERM */
+ char *d_tentry; /* buffer for tgetstr */
+ char d_tcinited; /* termcap inited flag */
+ int d_width, d_height; /* width/height of the screen */