mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* lib/term-style-control.c (block_relevant_signals) (unblock_relevant_signals): Prefer pthread_sigmask to sigprocmask. * modules/term-style-control (Depends-on): Depend on pthread_sigmask, not on sigprocmask.
40 lines
525 B
Plaintext
40 lines
525 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:
|
|
bool
|
|
fatal-signal
|
|
pthread_sigmask
|
|
sigaction
|
|
full-write
|
|
fstat
|
|
same-inode
|
|
stdcountof-h
|
|
strnul
|
|
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)
|
|
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|