[openwrt/openwrt] ncurses: add screen-256color terminfo

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 21 14:05:12 PDT 2021


aparcar pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/eb5c2fed512774055c2d8abed0d99160c2a31901

commit eb5c2fed512774055c2d8abed0d99160c2a31901
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Sun Mar 28 22:31:21 2021 -1000

    ncurses: add screen-256color terminfo
    
    The terminfo is required by the popular terminal multiplexer screen and
    tmux, offer it by default as the size impact is minimal with 885 Bytes.
    
    Signed-off-by: Paul Spooren <mail at aparcar.org>
    (cherry picked from commit 6a6b5a677e8c245f6c82ad40cc718e614aa9f7a1)
---
 package/libs/ncurses/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile
index b42f23fa85..04a9a38515 100644
--- a/package/libs/ncurses/Makefile
+++ b/package/libs/ncurses/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ncurses
 PKG_VERSION:=6.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
@@ -127,6 +127,7 @@ ifneq ($(HOST_OS),FreeBSD)
 		r/rxvt \
 		r/rxvt-unicode \
 		s/screen \
+		s/screen-256color \
 		v/vt100 \
 		v/vt102 \
 		x/xterm \



More information about the lede-commits mailing list