blob: 59835d165f47df00147795981e7018521b7d268c (
plain)
1
2
3
4
5
6
7
8
9
10
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 {
|