vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 1053df5820876ed11d9fcce658e2610ac4b80b49 parent 2d513cffee2744f80aba664600e17e5b9acf0e4c Author: Marc André Tanner <mat@brain-dump.org> Date: Sat, 2 Dec 2017 17:09:47 +0100 build: remove erroneous libtermkey dependency Fix #636 Diffstat:
| M | configure | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure @@ -359,7 +359,7 @@ fi if test -z "$LDFLAGS_TERMKEY"; then CFLAGS_TERMKEY="" - LDFLAGS_TERMKEY="-ltermkey -lncursesw" + LDFLAGS_TERMKEY="-ltermkey" fi if $CC $CFLAGS $CFLAGS_TERMKEY "$tmpc" $LDFLAGS $LDFLAGS_TERMKEY $LDFLAGS_CURSES \