aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2021-03-28 22:31:21 -1000
committerPaul Spooren <mail@aparcar.org>2021-03-29 13:47:55 -1000
commit6a6b5a677e8c245f6c82ad40cc718e614aa9f7a1 (patch)
tree86042675826f31e12a9a2353dba85558351f6f76 /package/libs
parent75ea474b9002c758e9a23023f7636258a467704c (diff)
downloadupstream-6a6b5a677e8c245f6c82ad40cc718e614aa9f7a1.tar.gz
upstream-6a6b5a677e8c245f6c82ad40cc718e614aa9f7a1.tar.bz2
upstream-6a6b5a677e8c245f6c82ad40cc718e614aa9f7a1.zip
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@aparcar.org>
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/ncurses/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \