From a76057df97157dc76959bcd40649f5953aebc9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 13 Sep 2015 17:49:38 +0200 Subject: 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/ --- macro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macro.h') 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 -- cgit v1.2.3