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

Diff for /src/etc/ksh.kshrc between version 1.26 and 1.27

version 1.26, 2016/09/10 12:50:20 version 1.27, 2016/09/14 18:34:51
Line 74 
Line 74 
         xterm*)          xterm*)
                 ILS='\033]1;'; ILE='\007'                  ILS='\033]1;'; ILE='\007'
                 WLS='\033]2;'; WLE='\007'                  WLS='\033]2;'; WLE='\007'
                 parent="`ps -ax 2>/dev/null | grep $PPID | grep -v grep`"                  if ps -p $PPID -o command | grep -q telnet; then
                 case "$parent" in                          export TERM=xterms
                 *telnet*)                  fi
                 export TERM=xterms;;  
                 esac  
                 ;;                  ;;
         *)      ;;          *)      ;;
         esac          esac

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27