From 2e102a11afe9b256f0f9cf5391faf445fd40430a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 19 Apr 2016 14:10:13 +0200 Subject: Initial import of test branch from vis repository --- util/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 util/README.md (limited to 'util/README.md') diff --git a/util/README.md b/util/README.md new file mode 100644 index 0000000..3425336 --- /dev/null +++ b/util/README.md @@ -0,0 +1,11 @@ +Utility to turn symbolic keys into terminal input +------------------------------------------------- + +This is a small helper utility which translates symbolic keys, as provided +by [libtermkey](http://www.leonerd.org.uk/code/libtermkey/) and also used +to specify key bindings within vis, to their corresponding codes understood +by terminal programs. + +Type `make` to build the utility. `make keys-local` links the utility against +a locally built version of libtermkey as produced by the top level `make local` +Makefile target. -- cgit v1.2.3