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

Diff for /src/etc/ksh.kshrc between version 1.28 and 1.29

version 1.28, 2017/07/15 07:11:42 version 1.29, 2017/11/02 10:19:06
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'
                 if ps -p $PPID -o command | grep -q telnet; then                  pgrep -qxs $PPID telnet && export TERM=xterms
                         export TERM=xterms  
                 fi  
                 ;;                  ;;
         *)      ;;          *)      ;;
         esac          esac

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29