]> Zhao Yanbai Git Server - minix.git/commit
mined: increase the size of the tgetent() buffer. 80/2980/1
authorThomas Cort <tcort@minix3.org>
Wed, 25 Mar 2015 19:46:00 +0000 (15:46 -0400)
committerLionel Sambuc <lionel@minix3.org>
Sat, 28 Mar 2015 07:39:19 +0000 (08:39 +0100)
commit79444d163df08aae0f3a8c3181fbeb0781be144d
tree87e2aee38357c13347eb5561e9726ab29a4f8e92
parent93cdb3a735e08b4367ab4ad77cba458e3be073b1
mined: increase the size of the tgetent() buffer.

From the termcap section of the GNU termutils manual:

"There is no way you can tell how much space is needed, so the convention
is to allocate a buffer 2048 characters long and assume that is enough.
(Formerly the convention was to allocate 1024 characters and assume that
was enough. But one day, for one kind of terminal, that was not
enough.)"

Change-Id: Ia5937366ae89e886dbaef7d180bee40669d0c488
minix/usr.bin/mined/mined1.c