ncurses: Add vt102 to builtin termcaps

This commit is contained in:
Norman Feske 2013-02-21 23:12:17 +01:00
parent 1009d00168
commit 97b27ee62f
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ src/lib/ncurses/codes.c:
$(VERBOSE)mawk -f $(NCURSES_SRC_DIR)/tinfo/MKcodes.awk bigstrings=1 $(NCURSES_INCLUDE_DIR)/Caps > $@
src/lib/ncurses/fallback.c: $(NCURSES_SRC_DIR)/tinfo/MKfallback.sh
$(VERBOSE)sh -e $< x $(CONTRIB_DIR)/$(NCURSES)/misc/terminfo.src tic linux > $@
$(VERBOSE)sh -e $< x $(CONTRIB_DIR)/$(NCURSES)/misc/terminfo.src tic linux vt102 > $@
$(VERBOSE)#sh -e $< /usr/share/terminfo $(NCURSES_SRC_DIR)/misc/terminfo.src /usr/bin/tic > $@
src/lib/ncurses/unctrl.c: