summaryrefslogtreecommitdiff
path: root/modules/term-style-control
blob: 0a2f935596b0cde043ac19651f62c20a6792c1bf (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
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

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"

License:
GPL

Maintainer:
Bruno Haible