From 322335eb531b4770f297cce6121d47c0f007f3cf Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 11 Feb 2020 22:17:56 +0100 Subject: WIP utf8 ellipse --- src/interface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/interface.h') diff --git a/src/interface.h b/src/interface.h index ef7cdc2..1e84a2b 100644 --- a/src/interface.h +++ b/src/interface.h @@ -20,6 +20,9 @@ #ifndef INTERFACE_H #define INTERFACE_H +#define _XOPEN_SOURCE 700 +#define NCURSES_WIDECHAR 1 + #include #include #include -- cgit