aboutsummaryrefslogtreecommitdiff
path: root/demo.c
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-03-23 22:17:25 +0000
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-03-23 22:17:25 +0000
commita71f68dd5718a77d5a97fc6d8e2fcd816657bb3b (patch)
tree23b61e44cb9f3d4eed92a00d3c0e53b375d5121e /demo.c
parentba0c32e8d84925f88a8af540ce08b2dccbb52c25 (diff)
downloadtermo-a71f68dd5718a77d5a97fc6d8e2fcd816657bb3b.tar.gz
termo-a71f68dd5718a77d5a97fc6d8e2fcd816657bb3b.tar.xz
termo-a71f68dd5718a77d5a97fc6d8e2fcd816657bb3b.zip
Interpret space as Unicode by default, add a flag to make it symbolic instead
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 cf2e07c..290327d 100644
--- a/demo.c
+++ b/demo.c
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
}
}
- tk = termkey_new(0, 0);
+ tk = termkey_new(0, TERMKEY_FLAG_SPACESYMBOL);
if(!tk) {
fprintf(stderr, "Cannot allocate termkey instance\n");