aboutsummaryrefslogtreecommitdiff
path: root/salis.py
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-05-04 22:14:52 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-05-04 22:14:52 +0200
commitaa6d8c2e6f9635d36819cb8325cdc93d325ce3d6 (patch)
treece8dd8655515482bf0664207300aade43e55fdac /salis.py
parent8401fde7b1d10dc4c1ce9117c1eda7a21067778b (diff)
Adds basic scaffolding for data server and client
Diffstat (limited to 'salis.py')
-rwxr-xr-xsalis.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/salis.py b/salis.py
index d85b371..64584a5 100755
--- a/salis.py
+++ b/salis.py
@@ -418,6 +418,8 @@ if args.command == "client":
pop_net_vars()
pop_general()
ns.b.defines.add(f"-DIP={args.ip}")
+ ns.b.defines.add("-DNCURSES_WIDECHAR=1")
+ ns.b.links.add("-lcurses")
# ------------------------------------------------------------------------------
# Build and launch executable