aboutsummaryrefslogtreecommitdiff
path: root/ui/curses/vars.py
diff options
context:
space:
mode:
Diffstat (limited to 'ui/curses/vars.py')
-rw-r--r--ui/curses/vars.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/curses/vars.py b/ui/curses/vars.py
new file mode 100644
index 0000000..d83befa
--- /dev/null
+++ b/ui/curses/vars.py
@@ -0,0 +1,3 @@
+flags = set()
+defines = {"-DNCURSES_WIDECHAR=1"}
+links = {"-lncurses"}