3 ## Sets the title of xterm-compatible terminals.
4 ## By Stanislaw Klekot (dozzie/AT/irc.pl)
5 ## Released to Public Domain
7 ## This is part of Tiny Applications Collection
8 ## -> http://tinyapps.sourceforge.net/
17 tput=$
(which tpute
2>/dev
/null
)
18 if [ -n "$tput" ]; then
24 printf '\33]2;%s\7' "$title"