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/ --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 85ddc17..0fe5fd6 100644 --- a/config.mk +++ b/config.mk @@ -18,7 +18,7 @@ PREFIX ?= /usr/local MANPREFIX = ${PREFIX}/share/man INCS = -I. -LIBS = -lc -lncursesw +LIBS = -lc -lncursesw -ltermkey OS = $(shell uname) -- cgit v1.2.3