diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-04-24 05:19:57 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-05-04 02:23:18 +0200 |
| commit | 8401fde7b1d10dc4c1ce9117c1eda7a21067778b (patch) | |
| tree | efde273443fd4591df3b4e1a270f61185f9f09e0 /ui/curses/ui_vars.py | |
| parent | 397286c87dc9aa3cba458973bdc65b3f3be14657 (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.py | 7 |
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 |
