~win-cross-dev/win-cross/gettext

« back to all changes in this revision

Viewing changes to gnulib-local/modules/terminfo

  • Committer: Nathan Osman
  • Date: 2012-08-11 05:06:52 UTC
  • Revision ID: admin@quickmediasolutions.com-20120811050652-ochkxjtonbw6kkve
Initial commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description:
 
2
Information about terminal capabilities.
 
3
 
 
4
Files:
 
5
m4/terminfo.m4
 
6
m4/curses.m4
 
7
lib/tparm.c
 
8
lib/tputs.c
 
9
 
 
10
Depends-on:
 
11
havelib
 
12
c-ctype
 
13
 
 
14
configure.ac:
 
15
gl_TERMINFO
 
16
 
 
17
Makefile.am:
 
18
if GL_COND_LIBTOOL
 
19
lib_LDFLAGS += $(LTLIBTERMINFO)
 
20
endif
 
21
 
 
22
Include:
 
23
 
 
24
License:
 
25
LGPL
 
26
 
 
27
Maintainer:
 
28
Bruno Haible
 
29