vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 3e3d64de3f45868786c9d6c4d5763e09dc0785cf
parent 3a51f266e72251131308642b4e4722e0c86ffe20
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Wed, 26 Feb 2020 07:22:23 +0100

ci: fix Alpine build by installing terminfo data

Otherwise the terminfo file for the default $TERM (xterm-256color) is
missing, causing vis to fail because libtermkey can not be initialized
properly.

Diffstat:
M.builds/alpine.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.builds/alpine.yml b/.builds/alpine.yml @@ -5,6 +5,7 @@ packages: - lua5.3-dev - lua5.3-lpeg - ncurses-dev + - ncurses-terminfo sources: - https://github.com/martanne/vis tasks: