aboutsummaryrefslogtreecommitdiff
path: root/demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'demo.c')
-rw-r--r--demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo.c b/demo.c
index bc416c0..6550358 100644
--- a/demo.c
+++ b/demo.c
@@ -46,7 +46,7 @@ main(int argc, char *argv[])
}
}
- tk = termo_new (STDIN_FILENO, NULL,
+ tk = termo_new (STDIN_FILENO, NULL, NULL,
TERMO_FLAG_SPACESYMBOL | TERMO_FLAG_CTRLC);
if (!tk)
{