diff options
Diffstat (limited to 'source/l/libtermcap/termcap.bufsize.diff')
-rw-r--r-- | source/l/libtermcap/termcap.bufsize.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source/l/libtermcap/termcap.bufsize.diff b/source/l/libtermcap/termcap.bufsize.diff deleted file mode 100644 index 59835d16..00000000 --- a/source/l/libtermcap/termcap.bufsize.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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 { |