Magellan Linux

Diff of /branches/mage-next/src/common.functions.sh.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2610 by niro, Tue Mar 4 15:06:49 2014 UTC revision 2611 by niro, Tue Mar 4 15:23:57 2014 UTC
# Line 48  xtitle() Line 48  xtitle()
48  {  {
49   if [[ ${TERM} = xterm ]]   if [[ ${TERM} = xterm ]]
50   then   then
51   echo -ne "\033]0;[sMage: $@]\007"   echo -ne "\033]0;[${0##*/}: $@]\007"
52   fi   fi
53   return 0   return 0
54  }  }

Legend:
Removed from v.2610  
changed lines
  Added in v.2611