summaryrefslogtreecommitdiff
path: root/ui/daemon
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-07-31 04:04:37 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-08-05 00:02:22 +0200
commit85a58f61ed0dd0b40a612d25ce966255c57efe3a (patch)
tree54862e397cfea8f5a32779a6674156912b46c48f /ui/daemon
parent8a4563d6d0c9e81fdaa42f6f760cae2b49cad431 (diff)
Adds curses UI
Diffstat (limited to 'ui/daemon')
-rw-r--r--ui/daemon/links.json1
-rw-r--r--ui/daemon/opts.json5
2 files changed, 5 insertions, 1 deletions
diff --git a/ui/daemon/links.json b/ui/daemon/links.json
deleted file mode 100644
index fe51488..0000000
--- a/ui/daemon/links.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
diff --git a/ui/daemon/opts.json b/ui/daemon/opts.json
new file mode 100644
index 0000000..314852f
--- /dev/null
+++ b/ui/daemon/opts.json
@@ -0,0 +1,5 @@
+{
+ "flags": [],
+ "defines": ["-DSALIS_LOG_TIME"],
+ "links": []
+}