2 echo -n "compiling 256 color terminfo..."
3 tic /usr/share/screen/screen-256color.ti
5 echo ":: Set 'term screen-256color' or use 'term screen-256color-bce'"
6 echo " with 'defbce on' in ~/.screenrc to use 256 colors"
8 install-info /usr/share/info/screen.info /usr/share/info/dir
20 compiled="/usr/share/terminfo/s/screen-256color"
21 if [ -e $compiled ]; then
22 echo -n "removing compiled terminfo..."
26 compiled="/usr/share/terminfo/s/screen-256color-bce"
27 if [ -e $compiled ]; then
28 echo -n "removing compiled terminfo..."