commit: 940bb5b55b94e503e0cfedf7628a225d3513c8d0
parent 1033b686d00b5f545117bbfab3e3643e3f48a73c
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 12 Jul 2021 22:17:45 -0700
netbsd-curses: Build all terms into terminfo.cdb
It is only 1.6M big, so not worth trimming down and potentially
breaking support for a terminal someone uses (for example after
sshing in).
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/pkg/netbsd-curses/gen.lua b/pkg/netbsd-curses/gen.lua
@@ -60,7 +60,6 @@ build('tic', '$outdir/compiled_terms.c', {'$srcdir/share/terminfo/terminfo', '|'
})
build('tic', '$outdir/terminfo.cdb', {'$srcdir/share/terminfo/terminfo', '|', '$outdir/host/tic'}, {
ticflags='-x',
- terms='ansi dumb vt100 vt220 xterm xterm-256color st st-256color',
})
file('share/misc/terminfo.cdb', '644', '$outdir/terminfo.cdb')