From aa6d8c2e6f9635d36819cb8325cdc93d325ce3d6 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Mon, 4 May 2026 22:14:52 +0200 Subject: Adds basic scaffolding for data server and client --- salis.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'salis.py') 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 -- cgit v1.3