aboutsummaryrefslogtreecommitdiff
path: root/ui/curses/ui_vars.py
diff options
context:
space:
mode:
Diffstat (limited to 'ui/curses/ui_vars.py')
-rw-r--r--ui/curses/ui_vars.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/curses/ui_vars.py b/ui/curses/ui_vars.py
deleted file mode 100644
index b2462fb..0000000
--- a/ui/curses/ui_vars.py
+++ /dev/null
@@ -1,7 +0,0 @@
-class UIVars:
- def __init__(self, _):
- self.flags = set()
- self.includes = {"curses.h", "locale.h", "time.h"}
- self.defines = {"-DNCURSES_WIDECHAR=1"}
- self.links = {"-lncurses"}
- self.pager = True