aboutsummaryrefslogtreecommitdiff
path: root/ui/curses/ui_vars.py
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-04-24 05:19:57 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-04-28 00:06:26 +0200
commitf7f2d1193758bb9d7a2d467f188cf755c8d5ddc9 (patch)
tree4c8c0f3df3a67204bb0d16670b360bea6518aa81 /ui/curses/ui_vars.py
parent397286c87dc9aa3cba458973bdc65b3f3be14657 (diff)
Removes old data server and cleans up python code
Diffstat (limited to 'ui/curses/ui_vars.py')
-rw-r--r--ui/curses/ui_vars.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/curses/ui_vars.py b/ui/curses/ui_vars.py
index b2462fb..f37923c 100644
--- a/ui/curses/ui_vars.py
+++ b/ui/curses/ui_vars.py
@@ -1,7 +1,6 @@
class UIVars:
def __init__(self, _):
self.flags = set()
- self.includes = {"curses.h", "locale.h", "time.h"}
self.defines = {"-DNCURSES_WIDECHAR=1"}
+ self.includes = {"curses.h", "locale.h", "time.h"}
self.links = {"-lncurses"}
- self.pager = True