blob: 85d748d75e2677de703d8b5ff00cba9150d16e6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
Description:
Terminal control for outputting styled text to a terminal.
Files:
lib/term-style-control.h
lib/term-style-control.c
Depends-on:
stdbool
fatal-signal
sigaction
sigprocmask
full-write
fstat
same-inode
xalloc-die
configure.ac:
AC_REQUIRE([AC_C_INLINE])
AC_CHECK_FUNCS_ONCE([tcgetattr])
Makefile.am:
lib_SOURCES += term-style-control.c
Include:
"term-style-control.h"
Link:
$(LIBTHREAD)
License:
GPL
Maintainer:
Bruno Haible
|