projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75ea474
)
ncurses: add screen-256color terminfo
author
Paul Spooren
<mail@aparcar.org>
Mon, 29 Mar 2021 08:31:21 +0000
(22:31 -1000)
committer
Paul Spooren
<mail@aparcar.org>
Mon, 29 Mar 2021 23:47:55 +0000
(13:47 -1000)
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>
package/libs/ncurses/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/ncurses/Makefile
b/package/libs/ncurses/Makefile
index b42f23fa85168e62ae502407e6ca687b79be7b61..04a9a38515be2fe1206fed8268b91a8e55d56dce 100644
(file)
--- 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 \