index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
curses
/
A_BOLD.c
blob: 6c47c1f57052980ed17d46b8cdbbe69473488f93 (
plain
)
1
2
3
4
5
6
#include <curses.h> #define A_BOLD (1<<10) /* XOPEN(4) LINK(curses) */