haiku/src/libs/termcap
Ingo Weinhold dc0467088c Added home and end key xterm capabilities.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26024 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-06-19 14:21:45 +00:00
..
ChangeLog Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
configure Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
configure.in Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
COPYING Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
INSTALL Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
install-sh Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
Jamfile Removed data/etc/termcap. We use termcap.src from src/libs/termcap/ 2008-06-16 22:18:39 +00:00
Makefile.in Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
mkinstalldirs Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
NEWS Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
README Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
termcap.c Hack to avoid problems with termcap entries that take more space than 2008-06-19 14:21:01 +00:00
termcap.h Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
termcap.info Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
termcap.info-1 Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
termcap.info-2 Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
termcap.info-3 Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
termcap.info-4 Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
termcap.src Added home and end key xterm capabilities. 2008-06-19 14:21:45 +00:00
termcap.texi Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
texinfo.tex Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00
tparam.c fixed DEBUG build 2005-08-21 01:39:39 +00:00
version.c Added Gnu termcap 1.3.1 2004-06-01 09:30:19 +00:00

This is the GNU termcap library -- a library of C functions that
enable programs to send control strings to terminals in a way
independent of the terminal type.  The GNU termcap library does not
place an arbitrary limit on the size of termcap entries, unlike most
other termcap libraries.

Most of this package is also distributed with GNU Emacs, but it is
available in this separate distribution to make it easier to install
as -ltermcap.  However, use of termcap is discouraged.  Termcap is
being phased out in favor of the terminfo-based ncurses library, which
contains an emulation of the termcap library routines in addition to
an excellent curses implementation.  ncurses is available from the
usual GNU archive sites.

See the file INSTALL for compilation and installation instructions.
Additionally:

This package contains termcap.src, the latest official termcap data
file.  By default, it is not installed.  The current version contains
some entries that are more than 1023 bytes long, which is the largest
value that is safe to use with the many historical applications that
only allocate a 1024 byte termcap buffer (telnet, for example).  If
you make sure that all of your programs allocate buffers of at least
2500 bytes, or let the termcap library do it by passing a NULL
pointer, then it is safe to install the new termcap file, as described
below.

You can give configure two special options:
  --enable-install-termcap install the termcap data file
  --with-termcap=FILE     use data file FILE instead of /etc/termcap

Please report any bugs in this library to bug-gnu-emacs@prep.ai.mit.edu.
You can check which version of the library you have by using the RCS
`ident' command on libtermcap.a.