From: novenary enneagon Date: Wed, 10 Jul 2024 09:16:03 +0000 (+0300) Subject: ncurses: add foot terminfo X-Git-Tag: v24.10.0-rc1~1242 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15915%2Fhead;p=thirdparty%2Fopenwrt.git ncurses: add foot terminfo Add terminfo file for the terminal emulator foot. https://codeberg.org/dnkl/foot Signed-off-by: novenary enneagon Link: https://github.com/openwrt/openwrt/pull/15915 Signed-off-by: Robert Marko --- diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile index 02791720c16..09580515332 100644 --- a/package/libs/ncurses/Makefile +++ b/package/libs/ncurses/Makefile @@ -126,6 +126,7 @@ ifneq ($(HOST_OS),FreeBSD) a/ansi \ a/alacritty \ d/dumb \ + f/foot \ l/linux \ r/rxvt \ r/rxvt-unicode \