[openwrt/openwrt] ncurses: add foot terminfo

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 10 03:53:34 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d92c42f46990db232c163e20a05c7443d9efd2e1

commit d92c42f46990db232c163e20a05c7443d9efd2e1
Author: novenary enneagon <novenary at kwak.zip>
AuthorDate: Wed Jul 10 12:16:03 2024 +0300

    ncurses: add foot terminfo
    
    Add terminfo file for the terminal emulator foot.
    
    https://codeberg.org/dnkl/foot
    
    Signed-off-by: novenary enneagon <novenary at kwak.zip>
    Link: https://github.com/openwrt/openwrt/pull/15915
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/libs/ncurses/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile
index 02791720c1..0958051533 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 \




More information about the lede-commits mailing list