aboutsummaryrefslogtreecommitdiff
path: root/macro.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-09-13 17:49:38 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-10-05 15:54:30 +0200
commita76057df97157dc76959bcd40649f5953aebc9d3 (patch)
tree75df46b238edacc60ede00ee5821d47cb814b316 /macro.h
parentfa950307aeb2a060be72fc73e0017e5497cb4ace (diff)
downloadvis-a76057df97157dc76959bcd40649f5953aebc9d3.tar.gz
vis-a76057df97157dc76959bcd40649f5953aebc9d3.tar.xz
vis: rework input handling using libtermkey
Key bindings are now specified as symbolic key strings, this will eventually allow run time configurable key mappings. This introduces a bulid time dependency on libtermkey which can be found at: http://www.leonerd.org.uk/code/libtermkey/
Diffstat (limited to 'macro.h')
-rw-r--r--macro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macro.h b/macro.h
index c91fcca..bd52646 100644
--- a/macro.h
+++ b/macro.h
@@ -6,6 +6,6 @@
typedef Buffer Macro;
#define macro_release buffer_release
#define macro_reset buffer_truncate
-#define macro_append buffer_append
+#define macro_append buffer_append0
#endif