repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
term-style-control
blob
a6fdd5ba3e85833f5b12b34f74186a0eed65f182
1
Description:
2
Terminal control for outputting styled text to a terminal.
3
4
Files:
5
lib/term-style-control.h
6
lib/term-style-control.c
7
8
Depends-on:
9
stdbool
10
fatal-signal
11
sigaction
12
sigprocmask
13
full-write
14
fstat
15
same-inode
16
17
configure.ac:
18
AC_REQUIRE([AC_C_INLINE])
19
AC_CHECK_FUNCS_ONCE([tcgetattr])
20
21
Makefile.am:
22
lib_SOURCES += term-style-control.c
23
24
Include:
25
"term-style-control.h"
26
27
Link:
28
$(LIBTHREAD)
29
30
License:
31
GPL
32
33
Maintainer:
34
Bruno Haible