Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: weird xterm behaviour
- X-seq: zsh-users 95
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: JONH@xxxxxxxxxx (Jon)
- Subject: Re: weird xterm behaviour
- Date: Wed, 20 Sep 1995 15:38:09 +0100 (BST)
- Cc: zsh-users@xxxxxxxxxxxxxxx (Z Shell users mailing list)
- In-reply-to: <Pine.3.89.9509200709.A1170293894-0100000@xxxxxxxxxx> from "Jon" at Sep 20, 95 08:02:17 am
> I'm having a strange problem with zsh in xterms. zsh is my default
>shell, so an xterm uses zsh by default. I can open other windows from
>the xterm (for example, I type 'netscape &') and it works fine, until I
>close the other window. At this point, the xterm also closes. I'm using
>Linux, and this doesn't seem to happen with any other shells. Has anyone
>seen this problem before? Any ideas about how to fix it?
By default, zsh will send a SIGHUP (hangup) to all background jobs when
it exits. To avoid this, you can use nohup when starting the
background job, or disown the job after starting it (using the disown
builtin), or set the NO_HUP option (using setopt).
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author