aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJitao Lu <dianlujitao@gmail.com>2021-10-17 14:16:57 +0800
committerPaul Spooren <mail@aparcar.org>2021-10-21 11:04:39 -1000
commit2274e4c1fc35f307eb294ea2d92bb194790428c3 (patch)
tree1ecf921fbb25df1928d063d538d2d0f15d37923f
parenteb5c2fed512774055c2d8abed0d99160c2a31901 (diff)
downloadupstream-2274e4c1fc35f307eb294ea2d92bb194790428c3.tar.gz
upstream-2274e4c1fc35f307eb294ea2d92bb194790428c3.tar.bz2
upstream-2274e4c1fc35f307eb294ea2d92bb194790428c3.zip
ncurses: add tmux terminfo
They're preferred terminal descriptions for tmux, with additional support to some special characters and italic fonts. More info can be found at: https://github.com/tmux/tmux/wiki/FAQ Fixes: FS#3404 Signed-off-by: Jitao Lu <dianlujitao@gmail.com> (cherry picked from commit 917126ff4cfb1ea4795cfc93820ed5d304b084c3)
-rw-r--r--package/libs/ncurses/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile
index 04a9a38515..a6bc135b2d 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:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
@@ -128,6 +128,8 @@ ifneq ($(HOST_OS),FreeBSD)
r/rxvt-unicode \
s/screen \
s/screen-256color \
+ t/tmux \
+ t/tmux-256color \
v/vt100 \
v/vt102 \
x/xterm \