Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Zsh 3.0.5 problem.



On Nov 29,  9:09pm, Stephen Marley wrote:
} Subject: Zsh 3.0.5 problem.
}
} I've recently upgraded from SunOS 4.1.3U1 and zsh 3.0.2 to Solaris 2.6
} and zsh 3.0.5. However I've encountered a problem were occasionally the
} xterm I'm working in just disappears.

I had that problem for a while with one of the pre-releases, but it turned
out to be a problem with the way I'd merged a local patch into the new
version.  Are you running a completely unmodified 3.0.5?

} Does anyone know how I can
} trap the message and read it before the xterm vanishes?

Run something like this in place of your regular xterm:

    xterm -ls -e zsh -c "zsh -l ; sleep 10000"

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author