summaryrefslogtreecommitdiffstats
path: root/source/l/libtermcap/termcap.bufsize.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libtermcap/termcap.bufsize.diff')
-rw-r--r--source/l/libtermcap/termcap.bufsize.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/l/libtermcap/termcap.bufsize.diff b/source/l/libtermcap/termcap.bufsize.diff
new file mode 100644
index 000000000..59835d165
--- /dev/null
+++ b/source/l/libtermcap/termcap.bufsize.diff
@@ -0,0 +1,11 @@
+--- ./termcap.c.orig 1999-10-26 19:44:37.000000000 -0700
++++ ./termcap.c 2003-01-03 14:22:13.000000000 -0800
+@@ -43,7 +43,7 @@
+ speed_t ospeed;
+ int tputs_baud_rate;
+ char PC;
+-int tgetent_bufsize = 1024;
++int tgetent_bufsize = 4096;
+
+ /* We store a terminal description in a linked list. */
+ struct tc_ent {