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

Diff for /src/etc/ksh.kshrc between version 1.4 and 1.5

version 1.4, 1999/11/20 04:11:11 version 1.5, 2000/01/27 02:36:06
Line 63 
Line 63 
         # the PD ksh is not 100% compatible          # the PD ksh is not 100% compatible
         case "$KSH_VERSION" in          case "$KSH_VERSION" in
         *PD*)   # PD ksh          *PD*)   # PD ksh
                 case "$TERM" in  
                 pc3|pcvt*|xterm*)  
                         # bind arrow keys  
                         bind '^[['=prefix-2  
                         bind '^XA'=up-history  
                         bind '^XB'=down-history  
                         bind '^XC'=forward-char  
                         bind '^XD'=backward-char  
                         ;;  
                 esac  
                 ;;                  ;;
         *)      # real ksh ?          *)      # real ksh ?
                 [ -r $HOME/.functions ] && . $HOME/.functions                  [ -r $HOME/.functions ] && . $HOME/.functions

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5