37 lines
443 B
Plaintext
37 lines
443 B
Plaintext
Description:
|
|
Terminal control for outputting styled text to a terminal.
|
|
|
|
Files:
|
|
lib/term-style-control.h
|
|
lib/term-style-control.c
|
|
m4/tcgetattr.m4
|
|
|
|
Depends-on:
|
|
stdbool
|
|
fatal-signal
|
|
sigaction
|
|
sigprocmask
|
|
full-write
|
|
fstat
|
|
same-inode
|
|
xalloc-die
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
gl_HAVE_TCGETATTR
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += term-style-control.c
|
|
|
|
Include:
|
|
"term-style-control.h"
|
|
|
|
Link:
|
|
$(LIBTHREAD)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|