Description:
Terminal control for outputting styled text to a terminal.

Files:
lib/term-style-control.h
lib/term-style-control.c
m4/tcgetattr.m4
m4/pthread_kill.m4

Depends-on:
bool
fatal-signal
thread-optim
sigdelay
pthread_sigmask
sigaction
full-write
fstat
same-inode
stdcountof-h
stdint-h
strnul
xalloc-die

configure.ac:
AC_REQUIRE([AC_C_INLINE])
gl_HAVE_TCGETATTR
AC_CHECK_HEADERS_ONCE([pthread.h])
gl_FUNC_PTHREAD_KILL

Makefile.am:
lib_SOURCES += term-style-control.c

Include:
"term-style-control.h"

Link:
$(LIBTHREAD)
$(PTHREAD_SIGMASK_LIB)
$(PTHREAD_KILL_LIB)
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise

License:
GPL

Maintainer:
Bruno Haible
