NetBSD/distrib/common/mktermcap
rafal 6dfc4ff323 Add 'xterm' and 'ansi' to termcap.mini (and the mktermcap script which is
used to generate it), use termcap.mini in evbarm ramdisk (vs. the full
termap DB) which frees up a bit of room to add dhclient and cu.
2008-05-21 18:05:29 +00:00

8 lines
88 B
Bash
Executable File

#!/bin/sh
for t in wsvt25m vt100 vt220 xterm ansi
do
getent termcap -rp $t
echo
done