readutmp, boot-time: Work around a Cygwin 3.5.3 bug.
[gnulib.git] / modules / term-style-control
blob9bc9f5e7b9cfb08f21687414ac5487276000200b
1 Description:
2 Terminal control for outputting styled text to a terminal.
4 Files:
5 lib/term-style-control.h
6 lib/term-style-control.c
7 m4/tcgetattr.m4
9 Depends-on:
10 stdbool
11 fatal-signal
12 sigaction
13 sigprocmask
14 full-write
15 fstat
16 same-inode
17 xalloc-die
19 configure.ac:
20 AC_REQUIRE([AC_C_INLINE])
21 gl_HAVE_TCGETATTR
23 Makefile.am:
24 lib_SOURCES += term-style-control.c
26 Include:
27 "term-style-control.h"
29 Link:
30 $(LIBTHREAD)
32 License:
33 GPL
35 Maintainer:
36 Bruno Haible