mirror of
git://slackware.nl/current.git
synced 2025-01-15 15:41:54 +01:00
12 lines
310 B
Diff
12 lines
310 B
Diff
|
--- ./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 {
|