I am having great fun with xterm on IBM z/OS but I can't seem to get bash prompt title changing to work.
Here is my prompt string:
if "$TERM" == "cygwin" || "$TERM" == "xterm" || \
"$TERM" == "vt102" || "$TERM" == "vt100" ; then
export PS1="\[\e]0;\h \@ [\W]\a\e[34;42m\][\w]\[\e[0m\]\n\$ "
Do you have any suggestions, I don't know where to begin.
_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

