zygo

ncurses gopher client
Log | Files | Refs

commit eacb0fc19a4a3bc734ce80ae88d032d41be5fc9c
parent 2e03e83edc9dfc6aa0575bc2e43adc6632948c88
Author: hhvn <dev@hhvn.uk>
Date:   Sat, 16 Jul 2022 11:57:58 +0100

_XOPEN_SOURCE_EXTENDED: some ncurses.h need this for widechar

Diffstat:
Mzygo.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/zygo.c b/zygo.c @@ -17,6 +17,7 @@ * */ +#define _XOPEN_SOURCE_EXTENDED /* ncurses wchar wants this sometimes */ #include <ncurses.h> #include <stdlib.h> #include <string.h>