Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

fringe termcap bug



-----BEGIN PGP SIGNED MESSAGE-----

				well - it's not quite a bug. GNU termcap v1.3 has entries that
are longer than 1023 bytes, so it'll quite happily SEGV when setting
TERM to certain values (like linux, for example, which is a bit of a
bummer). here's two ways around it - change termbuf[1024] into
termbuf[2500] in globals.h, or link with ncurses rather than termcap
(though i'm not certain when ncurses added termcap emulation -
1.9.7/2.1 definitely has it). alternatively, you can tell me to stop
using it (i've been kicking myself for not making a backup of my old
libtermcap ever since i installed it), and get a real termcap
library. thanks for your time.

mjh

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2i
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQDVAwUBMMH6Y9v7NcoSvbspAQF8jQX9EPF1D3OewNPs8buj0cUqBcA1yvMWp+A6
5XRC4MVRzs/pjQAMbrGn1Lgiqp2i1KzRVwvlLOGpP5TMy+LqQqXPXtBaBC7MfOoe
WX4pl6Nns4ENM7zFn1l18sg0H8auApmxcTIOsrBxNpgKb98W0TVrpy1Cf/GzrGwa
9VSY2idziiIc0Qgatp5io7B7P4tI5mgK0xXmubUWsYAdDvmIl9LlAf6yhgmpU2hV
SewQiKd6JRtmPnxLlGonxfVVAG3C4ekV
=fxLU
-----END PGP SIGNATURE-----



Messages sorted by: Reverse Date, Date, Thread, Author