wok rev 16937

ncurses-common: use xterm-256color to fix Shift+Fn keys in mc
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Jul 22 12:09:34 2014 +0200 (2014-07-22)
parents aad65b6098e0
children a37b86ced53b
files ncurses-common/receipt
line diff
     1.1 --- a/ncurses-common/receipt	Tue Jul 22 11:57:18 2014 +0200
     1.2 +++ b/ncurses-common/receipt	Tue Jul 22 12:09:34 2014 +0200
     1.3 @@ -27,8 +27,14 @@
     1.4      $fs/usr/share/terminfo/l
     1.5      cp $install/usr/share/terminfo/r/rxvt \
     1.6      $fs/usr/share/terminfo/r
     1.7 -    cp $install/usr/share/terminfo/x/xterm \
     1.8 +    # Using 256color by default to fix mc keyshortcuts
     1.9 +    # (Shift+Fn, affects sakura too!)
    1.10 +    #cp $install/usr/share/terminfo/x/xterm \
    1.11 +    #$fs/usr/share/terminfo/x
    1.12 +    cp $install/usr/share/terminfo/x/xterm-256color \
    1.13      $fs/usr/share/terminfo/x
    1.14 +    ln -s $fs/usr/share/terminfo/x/xterm-256color \
    1.15 +    $fs/usr/share/terminfo/x/xterm
    1.16      cp $install/usr/share/terminfo/x/xterm-color \
    1.17      $fs/usr/share/terminfo/x
    1.18      cp $install/usr/share/terminfo/x/xterm-new \