From 0075d1b10c475d303a314a3425ee472252855f32 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Wed, 19 Nov 2025 04:42:58 +0100 Subject: Python/SQLite refactor - Uses Python/Jinja2 to preprocess C files - Uses SQLite3 for data compression --- ui/curses/ui_vars.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ui/curses/ui_vars.py (limited to 'ui/curses/ui_vars.py') diff --git a/ui/curses/ui_vars.py b/ui/curses/ui_vars.py new file mode 100644 index 0000000..4dfdc10 --- /dev/null +++ b/ui/curses/ui_vars.py @@ -0,0 +1,2 @@ +flags = ["-lncurses", "-DNCURSES_WIDECHAR=1"] +includes = ["curses.h", "locale.h", "time.h"] -- cgit v1.2.1