diff options
author | Jay Freeman <saurik@saurik.com> | 2014-01-14 15:28:23 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2014-01-14 15:28:23 +0000 |
commit | 8ac0cb3e925bce4505412e372869ecdb33eb545d (patch) | |
tree | 01a7febe80373d50486dcc745dd673609b45272a /data/ncurses | |
parent | 1badf13bdfe22d30b1e070f8f6dce8f119212d3d (diff) |
Add more terminfo entries (why not).
git-svn-id: http://svn.telesphoreo.org/trunk@779 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/ncurses')
-rw-r--r-- | data/ncurses/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ncurses/make.sh b/data/ncurses/make.sh index abc3d080a..88ca3622f 100644 --- a/data/ncurses/make.sh +++ b/data/ncurses/make.sh @@ -22,7 +22,7 @@ pkg: mv /usr/lib/lib{,n}curses.dylib /usr/lib/_ncurses/ pkg: rm -f /usr/lib/*.a for ti in "${PKG_DEST}"/usr/share/terminfo/*/*; do - if [[ ${ti} == */@(?(pc)ansi|cons25|cygwin|dumb|linux|mach|rxvt|screen|sun|vt@(52|100|102|220)|swvt25?(m)|[Ex]term)?(-*) ]]; then + if [[ ${ti} == */@(?(pc)ansi|cons25|cygwin|dumb|linux|mach|rxvt|screen|sun|vt@(52|100|102|220)|swvt25?(m)|[Exe]term|putty|konsole|gnome|apple|Apple_Terminal|unknown)?([-+.]*) ]]; then echo "keeping terminfo: ${ti}" else rm -f "${ti}" |