summaryrefslogtreecommitdiffstats
path: root/gnulib-local/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-11-07 14:49:18 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:20 +0200
commit1e03a5ed0fcfd8f6102639c7b1b87636ab2c5830 (patch)
treebf6488e1c912a3f6a4062431f65643da284e2c08 /gnulib-local/modules
parent0a74ce820cc47e420e3b648291e84d9199305c95 (diff)
downloadexternal_gettext-1e03a5ed0fcfd8f6102639c7b1b87636ab2c5830.zip
external_gettext-1e03a5ed0fcfd8f6102639c7b1b87636ab2c5830.tar.gz
external_gettext-1e03a5ed0fcfd8f6102639c7b1b87636ab2c5830.tar.bz2
New module 'term-ostream': Output stream for attributed text, producing ANSI
escape sequences.
Diffstat (limited to 'gnulib-local/modules')
-rw-r--r--gnulib-local/modules/term-ostream38
1 files changed, 38 insertions, 0 deletions
diff --git a/gnulib-local/modules/term-ostream b/gnulib-local/modules/term-ostream
new file mode 100644
index 0000000..24fdf68
--- /dev/null
+++ b/gnulib-local/modules/term-ostream
@@ -0,0 +1,38 @@
+Description:
+Output stream for attributed text, producing ANSI escape sequences.
+
+Files:
+lib/term-ostream.oo.h
+lib/term-ostream.oo.c
+m4/term-ostream.m4
+
+Depends-on:
+ostream
+error
+exit
+fatal-signal
+full-write
+gettext-h
+termcap
+xalloc
+xsize
+
+configure.ac:
+gl_TERM_OSTREAM
+
+Makefile.am:
+lib_SOURCES += term-ostream.c
+term-ostream.h term-ostream.c : $(top_srcdir)/build-aux/moopp term-ostream.oo.h term-ostream.oo.c ostream.oo.h
+ $(top_srcdir)/build-aux/moopp $(srcdir)/term-ostream.oo.c $(srcdir)/term-ostream.oo.h $(srcdir)/ostream.oo.h
+BUILT_SOURCES += term-ostream.h term-ostream.c term_ostream.priv.h term_ostream.vt.h
+CLEANFILES += term-ostream.h term-ostream.c term_ostream.priv.h term_ostream.vt.h
+
+Include:
+"term-ostream.h"
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible
+