浏览代码

ncurses: Copy terminfo for 'screen-256color' terminal

Tmux uses 256 color version of 'screen' terminfo by default, so copy
corresponding file to support that usecase.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Andrey Smirnov 8 年之前
父节点
当前提交
6bd29da2b3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/ncurses/ncurses.mk

+ 1 - 0
package/ncurses/ncurses.mk

@@ -52,6 +52,7 @@ NCURSES_TERMINFO_FILES = \
 	p/putty \
 	p/putty-vt100 \
 	s/screen \
+	s/screen-256color \
 	v/vt100 \
 	v/vt100-putty \
 	v/vt102 \