summaryrefslogtreecommitdiff
path: root/modules/termcap
blob: 4f9156c4e6fb3e3bb302c6aea117731f998e864c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Description:
Information about terminal capabilities.

Status:
deprecated

Notice:
This module is deprecated. Use the module 'terminfo' instead;
it avoids buffer overflow problems when possible.

Files:
m4/termcap.m4
m4/curses.m4
lib/tparm.c
lib/tputs.c

Depends-on:
havelib
attribute
c-ctype

configure.ac:
gl_TERMCAP

Makefile.am:
if GL_COND_LIBTOOL
lib_LDFLAGS += $(LTLIBTERMCAP)
endif

Include:

License:
LGPL

Maintainer:
Bruno Haible