diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-04-13 19:51:54 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-04-13 19:51:54 -0400 |
commit | fa799768c4f6d97c5f60a37829ad1b457b7c0096 (patch) | |
tree | ed28b64735a6a79b10ecf1a87296f36e88745f4e /curses/WA_ALTCHARSET.h |
separate from libc
Diffstat (limited to 'curses/WA_ALTCHARSET.h')
-rw-r--r-- | curses/WA_ALTCHARSET.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/curses/WA_ALTCHARSET.h b/curses/WA_ALTCHARSET.h new file mode 100644 index 0000000..7c8b69c --- /dev/null +++ b/curses/WA_ALTCHARSET.h @@ -0,0 +1,6 @@ +#include <curses.h> +#define WA_ALTCHARSET (1<<0) +/* +XOPEN(400) +LINK(curses) +*/ |