[BACK]Return to ksh.kshrc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/ksh.kshrc between version 1.9 and 1.10

version 1.9, 2002/05/30 06:44:07 version 1.10, 2002/10/16 15:39:10
Line 92 
Line 92 
         esac          esac
         # do we want window decorations?          # do we want window decorations?
         if [ "$ILS" ]; then          if [ "$ILS" ]; then
                 ilabel () { print -n "${ILS}$*${ILE}"; }                  ilabel () { print -n "${ILS}$*${ILE}">/dev/tty; }
                 label () { print -n "${WLS}$*${WLE}"; }                  label () { print -n "${WLS}$*${WLE}">/dev/tty; }
   
                 alias stripe='label "$USER@$HOST ($tty) - $PWD"'                  alias stripe='label "$USER@$HOST ($tty) - $PWD"'
                 alias istripe='ilabel "$USER@$HOST ($tty)"'                  alias istripe='ilabel "$USER@$HOST ($tty)"'

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10