summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-07-12 22:17:45 -0700
committerMichael Forney <mforney@mforney.org>2021-07-12 22:23:42 -0700
commit940bb5b55b94e503e0cfedf7628a225d3513c8d0 (patch)
tree1f257be5a4a93ef63ef1cce7df0b87444c9dab00 /pkg
parent1033b686d00b5f545117bbfab3e3643e3f48a73c (diff)
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 (limited to 'pkg')
-rw-r--r--pkg/netbsd-curses/gen.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/netbsd-curses/gen.lua b/pkg/netbsd-curses/gen.lua
index a12a07fc..af00c360 100644
--- 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')