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